Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Disable bogus warning with g++: add -Wno-free-nonheap-object.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 6 May 2022 10:46:24 +0000 (12:46 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 6 May 2022 10:51:11 +0000 (12:51 +0200)
commitc99acdd6792e475c8410105611f1b463b4144c78
treea5469a29968a9bc7d8308bfdee9a260f17a20052
parenta493dab29fff80a4d222c18c3057c811b8b06d3f
Disable bogus warning with g++: add -Wno-free-nonheap-object.

Build fails on mc_dwarf.cpp with g++ 12.0.1.
This kind of error should be caught by valgrind and/or ASan anyway.
tools/cmake/Flags.cmake