[Bro-Dev] #414: Xcode gives warnings about preprocessor redefinitions

Bro Tracker bro at tracker.icir.org
Wed Mar 16 09:51:37 PDT 2011


#414: Xcode gives warnings about preprocessor redefinitions
--------------------+------------------------
 Reporter:  jsiwek  |      Owner:  jsiwek
     Type:  Task    |     Status:  new
 Priority:  Low     |  Milestone:  Bro1.6
Component:  Bro     |    Version:  git/master
 Keywords:          |
--------------------+------------------------
 Might not be limited to Xcode, but that's where I notice them.

 Many of them are in the CMake-generated `config.h` where the easiest way
 to convey the result of some of the configure tests was done like:

 {{{
 #define int32_t int32_t
 }}}

 Which should be harmless, but could probably be done more cleanly in the
 CMake scripts.

-- 
Ticket URL: <http://tracker.icir.org/bro/ticket/414>
Bro Tracker <http://tracker.icir.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list