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] --- decuda_to_ptxplus/stringList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decuda_to_ptxplus/stringList.h') diff --git a/decuda_to_ptxplus/stringList.h b/decuda_to_ptxplus/stringList.h index 25d10f7..5460396 100644 --- a/decuda_to_ptxplus/stringList.h +++ b/decuda_to_ptxplus/stringList.h @@ -1,6 +1,6 @@ struct stringListPiece { - char* stringText; + const char* stringText; stringListPiece* nextString; }; -- cgit v1.3