LF OS
Hobby operating system for amd64 with high ambitions
Loading...
Searching...
No Matches
unused_param.h
Go to the documentation of this file.
1#ifndef _SYS_UNUSED_PARAM_H_INCLUDED
2#define _SYS_UNUSED_PARAM_H_INCLUDED
3
4// Hack for unused parameters + nitpicky compiler flag bundle
5#define UNUSED_PARAM(v) ((void)v)
6
7#endif