From 34f98e5a888afd041bf99d635390c66132d15aaf Mon Sep 17 00:00:00 2001 From: Chris Ison Date: Mon, 12 Jan 2004 05:36:23 +0000 Subject: [PATCH] fix incompatable pointer type --- tools/qfcc/source/cpp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/source/cpp.c b/tools/qfcc/source/cpp.c index 424d8f55c..8f997c32b 100644 --- a/tools/qfcc/source/cpp.c +++ b/tools/qfcc/source/cpp.c @@ -217,7 +217,7 @@ preprocess_file (const char *filename) puts(""); } - status = spawnvp (_P_WAIT, cpp_argv[0], (char **)cpp_argv); + status = spawnvp (_P_WAIT, cpp_argv[0], (const char **)cpp_argv); if (status) { fprintf (stderr, "%s: cpp returned error code %d\n",