Skip to content

Commit

Permalink
is -Wno-c++11-extensions misspelled?
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Apr 22, 2024
1 parent 8f923c0 commit 88cdea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ifeq ($(OS),Windows_NT)
# comctl32.lib, rpcrt4.lib, ws2_32.lib, wininet.lib, winmm.lib
else ifeq ($(shell uname),Darwin)
# MacOS (clang)
CXXFLAGS_EXTRA ?= -Wno-c++11-extension $(CXXFLAGS_DEBUG)
CXXFLAGS_EXTRA ?= -Wno-c++11-extensions $(CXXFLAGS_DEBUG)
LDFLAGS_EXTRA ?=
LDFLAGS_CMD ?=
LDFLAGS_GUI ?=
Expand Down

0 comments on commit 88cdea0

Please sign in to comment.