From 631f38768936f79f73b173e52acef47226255ee9 Mon Sep 17 00:00:00 2001 From: "Kasper F. Brandt" Date: Sun, 8 Feb 2015 03:39:59 +0100 Subject: Fix writeable string warnings. Closes #139 --- src/vm/threadsuspend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vm/threadsuspend.h') diff --git a/src/vm/threadsuspend.h b/src/vm/threadsuspend.h index 572584104c..73f2b8b803 100644 --- a/src/vm/threadsuspend.h +++ b/src/vm/threadsuspend.h @@ -38,7 +38,7 @@ struct MinMaxTot minVal = maxVal = 0; } - void DisplayAndUpdate(FILE* logFile, __in_z char *pName, MinMaxTot *pLastOne, int fullCount, int priorCount, timeUnit=usec); + void DisplayAndUpdate(FILE* logFile, __in_z const char *pName, MinMaxTot *pLastOne, int fullCount, int priorCount, timeUnit=usec); }; // A note about timings. We use QueryPerformanceCounter to measure all timings in units. During -- cgit v1.2.3