diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-26 00:45:54 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-26 00:47:31 -0800 |
commit | c73dbce8916ecff36f09d957046c6218a8ac5861 (patch) | |
tree | b786a3434df4c79a57715c3c0f7998e590c0d455 /src/glsl | |
parent | 7aed23c36288c2b343073d6d06ca0ea167805cd3 (diff) |
glsl/pp: Silence GCC "no previous prototype" warning.
Diffstat (limited to 'src/glsl')
-rw-r--r-- | src/glsl/pp/sl_pp_purify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/pp/sl_pp_purify.c b/src/glsl/pp/sl_pp_purify.c index b50f819251..acc000cf3d 100644 --- a/src/glsl/pp/sl_pp_purify.c +++ b/src/glsl/pp/sl_pp_purify.c @@ -140,7 +140,7 @@ sl_pp_purify_state_init(struct sl_pp_purify_state *state, } -unsigned int +static unsigned int _purify_comment(struct sl_pp_purify_state *state, char *output, unsigned int *current_line, |