Skip to content

Commit 8cdd114

Browse files
committed
remove comment
1 parent d95ea70 commit 8cdd114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ifneq ($(filter fast staticfast,$(MAKECMDGOALS)),)
9191
endif
9292

9393
# 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
94+
EXTRA_WARN_SUPPRESS := -Wno-vla-extension -Wno-unused-parameter -Wno-unused-variable -Wno-sign-compare -Wno-reorder-ctor -Wno-unused-function
9595

9696
CXXFLAGS := -std=c++17 -Wall $(OPTFLAGS) $(CXXFLAGS_SPECIFIC) $(EXTRA_WARN_SUPPRESS)
9797
ICFLAGS := -I$(GSLINCDIR) -I$(BOOSTINCDIR) -I$(HDF5INCDIR) -I.

0 commit comments

Comments
 (0)