diff options
| author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-12 11:01:31 -0600 | 
|---|---|---|
| committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-12 11:01:31 -0600 | 
| commit | 50f78fcc2e3da24fa6dc076f0985355b3f64e9fd (patch) | |
| tree | a3df97a3925c8658593966920270e6f268a463b9 | |
| parent | a449465556d47d83c2314a7ac711ca523378102b (diff) | |
gallium: silence warning
| -rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_exec.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c index df002939c6..1a5294eabc 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_exec.c +++ b/src/gallium/auxiliary/tgsi/tgsi_exec.c @@ -1674,6 +1674,7 @@ exec_declaration(              break;           default: +            eval = NULL;              assert( 0 );           } | 
