Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add -Wno-extern-c-compat when building with clang
authorMatthieu Volat <mazhe@alkumuna.eu>
Mon, 31 Oct 2016 16:49:45 +0000 (17:49 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Tue, 1 Nov 2016 13:32:42 +0000 (14:32 +0100)
commit52155b196d4313ef791f7bfc19d80569a7354ee0
tree650483c0d557c4efd3d61ac16100ac57c12d31e0
parent964377b7aa6bfd9e42cefcd095d4feff3c028a6d
Add -Wno-extern-c-compat when building with clang

Else it triggers an warning due to libunwind.h using empty C structures that
are turned into an error by -Werror.
tools/cmake/GCCFlags.cmake