Skip to content

Commit

Permalink
[mcpat][contrib] Removed -Wall from mcpat.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-carbon committed Nov 21, 2013
1 parent 053152a commit 0007fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/mcpat/mcpat.mk
Expand Up @@ -23,7 +23,7 @@ ifneq ($(USE_GRAPHITE),)
OPT += -DUSE_GRAPHITE
endif

CXXFLAGS = -fPIC -Wall -Wno-unknown-pragmas $(DBG) $(OPT)
CXXFLAGS = -fPIC -Wno-unknown-pragmas $(DBG) $(OPT)
CXX = g++

VPATH = cacti
Expand Down

0 comments on commit 0007fde

Please sign in to comment.