Skip to content

Commit 1b64d54

Browse files
committed
smv build: update makefile to avoid false positives
1 parent 0d0ac8d commit 1b64d54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Build/smokeview/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ gnu_linux_db : $(obj)
293293

294294
# ------------- gnu_linux ----------------
295295

296-
gnu_linux : CFLAGS = -O0 -ggdb -Wall -Wno-parentheses -Wno-unknown-pragmas \
296+
gnu_linux : CFLAGS = -O0 -ggdb -Wall -Wno-parentheses -Wno-unknown-pragmas -Wno-comment -Wno-address\
297297
-D NDEBUG $(CFLAGS_COM)
298298
gnu_linux : CC = gcc
299299
gnu_linux : CPP = g++

0 commit comments

Comments
 (0)