mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 15:30:02 +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
|
||||
#define CPP_WARN(text)
|
||||
#define CPP_NOTICE(text)
|
||||
#endif
|
||||
|
||||
#endif /* _FRR_COMPILER_H */
|
||||
|
Loading…
Reference in New Issue
Block a user