]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Include compiler.h as early as is possible in the build
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 3 Oct 2018 16:27:57 +0000 (12:27 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 3 Oct 2018 17:41:21 +0000 (13:41 -0400)
commit728806e6f8a4a9fb2681d002b6ada46cef2d2ab9
tree7952cbf5d8151c14a809e9e13ae380bf8555945c
parent0a940183d37c908d0e702cb40112851cabd41dc3
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