summaryrefslogtreecommitdiff
path: root/lib/compiler.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2018-07-19 17:10:45 -0400
committerGitHub <noreply@github.com>2018-07-19 17:10:45 -0400
commitd0b7b3da2f29e4b3980e2c81bdf085f560906600 (patch)
tree8dc496a93af8776594c3f05d774646b9bbab62e3 /lib/compiler.h
parentd0597b69f9500922fa978759ed3af91634bbd208 (diff)
parentec40eaf94d0b1db2ddd8354a06782ccec2696a8f (diff)
Merge pull request #2687 from opensourcerouting/fix-cpp-notice-on-old-compilers
lib/compiler.h: Always define CPP_NOTICE
Diffstat (limited to 'lib/compiler.h')
-rw-r--r--lib/compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler.h b/lib/compiler.h
index 773a52e742..b19c33f65e 100644
--- a/lib/compiler.h
+++ b/lib/compiler.h
@@ -76,6 +76,7 @@
#else
#define CPP_WARN(text)
+#define CPP_NOTICE(text)
#endif
#endif /* _FRR_COMPILER_H */