Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't turn gcc's -Wmaybe-uninitialized into an error.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 7 Jan 2019 16:59:26 +0000 (17:59 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 7 Jan 2019 16:59:26 +0000 (17:59 +0100)
commit872ab6b1e74ea5656ea8bd8dff7235e4c468b36f
tree99ba6f8a4db4d2f08c65d08abe81c1ecd7ce6351
parent728192b2ae7052c8f1ee2bbedf3346af46127e49
Don't turn gcc's -Wmaybe-uninitialized into an error.

It is sometimes bogus. For example:
  src/include/xbt/parmap.hpp:225:19: error:  may be used uninitialized in this function [-Werror=maybe-uninitialized]
      return boost::none;
                    ^
tools/cmake/GCCFlags.cmake