Skip to content

Commit

Permalink
-Wno-error=unknown-pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 27, 2024
1 parent 3d37d8b commit 33a923f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ else
# endif
endif

CXXFLAGS += -Winline -Wall -Wpedantic -Wredundant-decls -Wno-unused-parameter -Wno-unused-function -Wno-inline -Wsign-compare -Wshadow
CXXFLAGS += -Winline -Wall -Wpedantic -Wredundant-decls -Wno-unused-parameter -Wno-unused-function -Wno-inline -Wno-error=unknown-pragmas -Wsign-compare -Wshadow

# sn3d.cc and exspec.cc have main() defined
common_files := $(filter-out sn3d.cc exspec.cc, $(wildcard *.cc))
Expand Down

0 comments on commit 33a923f

Please sign in to comment.