Commit 51a64027 authored by claes's avatar claes

Wno-deprecated removed in cflags

parent 091367a1
...@@ -113,7 +113,7 @@ ifeq ($(pwre_btype),rls) ...@@ -113,7 +113,7 @@ ifeq ($(pwre_btype),rls)
dolist = /lis=$(list) dolist = /lis=$(list)
domap = -Xlinker -Map -Xlinker $(map) domap = -Xlinker -Map -Xlinker $(map)
else else
cflags := -c -g -Wall -Wno-deprecated -D_GNU_SOURCE -D_REENTRANT cflags := -c -g -Wall -D_GNU_SOURCE -D_REENTRANT
cxxflags := $(cflags) -Wno-deprecated cxxflags := $(cflags) -Wno-deprecated
mmflags := -Wno-deprecated mmflags := -Wno-deprecated
linkflags := -g -L/usr/local/lib -L$(lib_dir) -lrt linkflags := -g -L/usr/local/lib -L$(lib_dir) -lrt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment