From a937a4b354b60999a011970d054cd6c478be130d Mon Sep 17 00:00:00 2001 From: Jimmy Kwa Date: Mon, 15 Nov 2010 13:10:19 -0800 Subject: Cleaned up decuda_to_ptxplus code to remove compiler warnings [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 8119] --- src/cuda-sim/ptx_parser.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cuda-sim/ptx_parser.cc') diff --git a/src/cuda-sim/ptx_parser.cc b/src/cuda-sim/ptx_parser.cc index 200c795..6564e6a 100644 --- a/src/cuda-sim/ptx_parser.cc +++ b/src/cuda-sim/ptx_parser.cc @@ -908,6 +908,6 @@ void target_header3(char* a, char* b, char* c) g_global_symbol_table->set_sm_target(a,b,c); } -void func_header(char* a) {} //intentional dummy function -void func_header_info(char* a) {} //intentional dummy function -void func_header_info_int(char* a, int b) {} //intentional dummy function +void func_header(const char* a) {} //intentional dummy function +void func_header_info(const char* a) {} //intentional dummy function +void func_header_info_int(const char* a, int b) {} //intentional dummy function -- cgit v1.3