mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 12:36:20 +00:00
Merge pull request #2687 from opensourcerouting/fix-cpp-notice-on-old-compilers
lib/compiler.h: Always define CPP_NOTICE
This commit is contained in:
commit
d0b7b3da2f
@ -76,6 +76,7 @@
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
#define CPP_WARN(text)
|
#define CPP_WARN(text)
|
||||||
|
#define CPP_NOTICE(text)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _FRR_COMPILER_H */
|
#endif /* _FRR_COMPILER_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user