freebsd11_network: Discard __FBSDID() macros instead of declaring them.
Nothing uses them, and they just generate a ton of "unused global" warnings.
This commit is contained in:
parent
595605d86f
commit
65df4b51f5
@ -39,7 +39,11 @@
|
|||||||
#include <posix/sys/cdefs.h>
|
#include <posix/sys/cdefs.h>
|
||||||
|
|
||||||
|
|
||||||
|
#if 0
|
||||||
#define __FBSDID(str) static const char __fbsdid[] = str
|
#define __FBSDID(str) static const char __fbsdid[] = str
|
||||||
|
#else
|
||||||
|
#define __FBSDID(str)
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This code has been put in place to help reduce the addition of
|
* This code has been put in place to help reduce the addition of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user