diff options
| author | Jimmy Kwa <[email protected]> | 2010-11-15 13:10:19 -0800 |
|---|---|---|
| committer | Jimmy Kwa <[email protected]> | 2010-11-15 13:10:19 -0800 |
| commit | a937a4b354b60999a011970d054cd6c478be130d (patch) | |
| tree | 7e020bf8abe1e6e99316984da0be924396eec53e /decuda_to_ptxplus/stringList.h | |
| parent | bf981f1c32f6248b5e3f0f5b3585fcb0e1daca61 (diff) | |
Cleaned up decuda_to_ptxplus code to remove compiler warnings
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 8119]
Diffstat (limited to 'decuda_to_ptxplus/stringList.h')
| -rw-r--r-- | decuda_to_ptxplus/stringList.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |
