1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-10 00:45:36 +00:00

giving up on having no implicit sign conversion, it is too cumbersome with Eigen using signed indices

This commit is contained in:
Antonin Portelli 2016-04-07 14:52:33 +01:00
parent 08418fbc24
commit 19de6290d1

View File

@ -1,4 +1,4 @@
COM_CXXFLAGS = -Wall -Wconversion
COM_CXXFLAGS = -Wall
if CXX_GNU
COM_CXXFLAGS += -W -pedantic
else