summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_loader.cc
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2011-10-27 16:39:07 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:18:23 -0700
commit332f225a945acd9c884dc0fb7cb993e6865dc415 (patch)
treeb9b92ef871a4d64a0e077ce31fe25e67ae6da58b /src/cuda-sim/ptx_loader.cc
parentf76b1aaeea5077e83f95ef39564e73bcbec25b37 (diff)
Warnings cleanup
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10753]
Diffstat (limited to 'src/cuda-sim/ptx_loader.cc')
-rw-r--r--src/cuda-sim/ptx_loader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_loader.cc b/src/cuda-sim/ptx_loader.cc
index 5e3e50a..b78a170 100644
--- a/src/cuda-sim/ptx_loader.cc
+++ b/src/cuda-sim/ptx_loader.cc
@@ -45,7 +45,7 @@ bool g_override_embedded_ptx = false;
extern "C" int ptx_parse();
extern "C" int ptx__scan_string(const char*);
-extern "C" const char *g_ptxinfo_filename = NULL;
+extern "C" const char *g_ptxinfo_filename;
extern "C" int ptxinfo_parse();
extern "C" int ptxinfo_debug;
extern "C" FILE *ptxinfo_in;