Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Warn on undefined #if, and enjoy that feature
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 9 Mar 2016 09:28:15 +0000 (10:28 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 9 Mar 2016 09:28:18 +0000 (10:28 +0100)
commit79f947c54111b76b2db108fade4d8e4c0e4e703f
treec8aa7a8931bf1571ea6862ca2b4d3f0061d0511f
parent83339f7ee7c47e16583c280915b853a98c59b923
Warn on undefined #if, and enjoy that feature

- remove the #include <simgrid_config.h> from xbt/base.h now that it's safe
- Add the include where needed. Amusingly, xbt/string.hpp was unable
  of getting the definition of HAVE_MC alone. Fixing this leaves me with
  only 2 broken tests in MC mode where I had 17 of them before...
include/xbt/base.h
include/xbt/signal.hpp
include/xbt/string.hpp
src/xbt/xbt_os_file.c
tools/cmake/GCCFlags.cmake