summaryrefslogtreecommitdiff
path: root/cuobjdump_to_ptxplus/Makefile
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-05-17 14:30:03 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:47:31 -0700
commitecb34ef80da3880fcfb3e1d66b40bab1cde5e0cc (patch)
treecca03e823709251346d583ce588564d9d3d60127 /cuobjdump_to_ptxplus/Makefile
parent777bcb88020996e3a4c180040817cfb49748cde6 (diff)
Removing a variable that's never used
Fixing shift/reduce conflicts [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12630]
Diffstat (limited to 'cuobjdump_to_ptxplus/Makefile')
-rw-r--r--cuobjdump_to_ptxplus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cuobjdump_to_ptxplus/Makefile b/cuobjdump_to_ptxplus/Makefile
index fc43027..2bdca27 100644
--- a/cuobjdump_to_ptxplus/Makefile
+++ b/cuobjdump_to_ptxplus/Makefile
@@ -3,7 +3,7 @@ LEXFLAGS = -B
YACC = bison
YFLAGS = -t -d -v --report=all
CC = gcc
-CCFLAGS = -ggdb -fPIC -Wall
+CCFLAGS = -ggdb -fPIC -Wall -Wno-unused-function -Wno-sign-compare
CXX = g++
CXXFLAGS = ${CCFLAGS}
LD = g++