]> git.proxmox.com Git - mirror_frr.git/commit
lib/compiler.h: Always define CPP_NOTICE
authorChristian Franke <chris@opensourcerouting.org>
Thu, 19 Jul 2018 14:09:17 +0000 (10:09 -0400)
committerChristian Franke <chris@opensourcerouting.org>
Thu, 19 Jul 2018 14:10:13 +0000 (10:10 -0400)
commitec40eaf94d0b1db2ddd8354a06782ccec2696a8f
treedfe7c17448d14ddc9e5a0c7b9788660048a53ab0
parentd1a85fe40d93d31f7f0daf54912a159fcabfaddc
lib/compiler.h: Always define CPP_NOTICE

On old compilers CPP_NOTICE should be a macro evaluating to an empty
statement, instead of being undefined.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
lib/compiler.h