We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95ea70 commit 8cdd114Copy full SHA for 8cdd114
src/Makefile
@@ -91,7 +91,7 @@ ifneq ($(filter fast staticfast,$(MAKECMDGOALS)),)
91
endif
92
93
# might need -Wno-vla-cxx-extension for clang>18?
94
-EXTRA_WARN_SUPPRESS := -Wno-vla-extension #-Wno-unused-parameter -Wno-unused-variable -Wno-sign-compare -Wno-reorder-ctor -Wno-unused-function
+EXTRA_WARN_SUPPRESS := -Wno-vla-extension -Wno-unused-parameter -Wno-unused-variable -Wno-sign-compare -Wno-reorder-ctor -Wno-unused-function
95
96
CXXFLAGS := -std=c++17 -Wall $(OPTFLAGS) $(CXXFLAGS_SPECIFIC) $(EXTRA_WARN_SUPPRESS)
97
ICFLAGS := -I$(GSLINCDIR) -I$(BOOSTINCDIR) -I$(HDF5INCDIR) -I.
0 commit comments