Skip to content

Commit e42f833

Browse files
Revert "Disable free-nonheap-object warnings"
1 parent e310210 commit e42f833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mk/flags.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ else
2828
MARCH ?= # -m32 or -m64
2929
endif
3030

31-
CXXFLAGS += -std=gnu++11 -D LINUX -Wunused-variable -Wno-deprecated-register -Wno-narrowing -Wno-free-nonheap-object -Werror $(MARCH)
31+
CXXFLAGS += -std=gnu++11 -D LINUX -Wunused-variable -Wno-deprecated-register -Wno-narrowing -Werror $(MARCH)
3232
#CXXFLAGS += -Wall -Wextra -Wshadow -pedantic-errors
3333
CFLAGS += -std=gnu11 -D LINUX -D _GNU_SOURCE -Werror $(MARCH)
3434
YYFLAGS += -Wno-other # --debug --verbose

0 commit comments

Comments
 (0)