]> git.puffer.fish Git - mirror/frr.git/commit
lib: Include compiler.h as early as is possible in the build 3129/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 3 Oct 2018 16:27:57 +0000 (12:27 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 4 Oct 2018 11:18:10 +0000 (07:18 -0400)
commitd9d402fcde099751bc4b722c72f2bcabe2fbf024
treebefd991c45b42cae442b32f7590faaa361a166e8
parentbd027b740022b01fbba921ae7b8872615d7ba2a4
lib: Include compiler.h as early as is possible in the build

The compiler.h header provides us with some useful macro's
that we are using in the system.  We do not know exactly
where the CPP_NOTICE and CPP_WARN macros are used but
they can move around.  Place this header early in the
build then.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/zebra.h