Skip to content

Commit 8e28ec1

Browse files
committed
More warnings in tests.
1 parent 27e9b10 commit 8e28ec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ FLAGS = $(CXXFLAGS) -std=c++11
4949
ifeq ($(DEBUG),no)
5050
FLAGS += -O3
5151
else
52-
FLAGS += -O0 -ggdb -Wall -Wextra
52+
FLAGS += -O0 -ggdb -Wall -Wextra -Werror
5353
ifeq ($(OUTPUT_INSTRUMENT),yes)
5454
FLAGS += -DOPDI_OMP_LOGIC_INSTRUMENT=1 -DOUTPUT_INSTRUMENT
5555
endif

0 commit comments

Comments
 (0)