id summary reporter owner description type status milestone component version severity resolution keywords cc 7889 Duplicate macro definition p.brockamp@… Gennadiy Rozental "Hi! I get the following warnings due to duplicate macro definitions (GCC 4.3 with some additional warnings enabled): {{{ boost/test/utils/runtime/cla/argv_traverser.hpp:93:1: warning: ""BOOST_RT_PARAM_INLINE"" redefined boost/test/utils/runtime/cla/char_parameter.cpp:15:1: warning: this is the location of the previous definition boost/test/utils/runtime/cla/dual_name_parameter.cpp:15:1: warning: this is the location of the previous definition boost/test/utils/runtime/cla/id_policy.cpp:15:1: warning: this is the location of the previous definition boost/test/utils/runtime/cla/named_parameter.cpp:15:1: warning: this is the location of the previous definition boost/test/utils/runtime/cla/parser.cpp:17:1: warning: this is the location of the previous definition boost/test/utils/runtime/cla/validation.cpp:15:1: warning: this is the location of the previous definition boost/test/utils/runtime/env/environment.cpp:22:1: warning: this is the location of the previous definition }}} This could obviously easily be avoided by an #ifndef-#define-sequence Regards Peter " Bugs closed Boost 1.59.0 test Boost 1.53.0 Optimization fixed