diff options
Diffstat (limited to 'src/compiler/glsl/tests/warnings/028-conditional.vert.expected')
-rw-r--r-- | src/compiler/glsl/tests/warnings/028-conditional.vert.expected | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compiler/glsl/tests/warnings/028-conditional.vert.expected b/src/compiler/glsl/tests/warnings/028-conditional.vert.expected new file mode 100644 index 00000000000..aaf5b7bd219 --- /dev/null +++ b/src/compiler/glsl/tests/warnings/028-conditional.vert.expected @@ -0,0 +1,6 @@ +0:11(34): warning: `undefinedInt' used uninitialized +0:12(21): warning: `undefinedInt' used uninitialized +0:14(11): warning: `undefined' used uninitialized +0:14(36): warning: `undefinedInt' used uninitialized +0:15(11): warning: `undefined' used uninitialized +0:15(23): warning: `undefinedInt' used uninitialized |