From ecb34ef80da3880fcfb3e1d66b40bab1cde5e0cc Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Thu, 17 May 2012 14:30:03 -0800 Subject: Removing a variable that's never used Fixing shift/reduce conflicts [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12630] --- cuobjdump_to_ptxplus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cuobjdump_to_ptxplus/Makefile') 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++ -- cgit v1.3