projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc7a2d8
)
glsl/pp: quieten compiler about missing case statements
author
Keith Whitwell
<keithw@vmware.com>
Wed, 23 Dec 2009 15:56:31 +0000
(15:56 +0000)
committer
Keith Whitwell
<keithw@vmware.com>
Wed, 23 Dec 2009 16:10:37 +0000
(16:10 +0000)
src/glsl/pp/sl_pp_process.c
patch
|
blob
|
history
diff --git
a/src/glsl/pp/sl_pp_process.c
b/src/glsl/pp/sl_pp_process.c
index 563ea948e70787def17dd906dc62502e4daad2d7..f89986dd8ef91b81ea56a97dd9f4f044d6050204 100644
(file)
--- a/
src/glsl/pp/sl_pp_process.c
+++ b/
src/glsl/pp/sl_pp_process.c
@@
-146,6
+146,9
@@
sl_pp_process_get(struct sl_pp_context *context,
found_eof = 1;
found_eol = 1;
break;
+
+ default:
+ break;
}
}