Fix some compiler warnings
This change primarily fixes some -Wconversion warnings from gcc, but also silences a warning triggered in glslang_tab.cpp, which is generated code from bison. There are still several GCC conversion warnings in Types.h due to the use of bit fields that will be resolved in a future change.
This commit is contained in:
parent
b820431a2c
commit
19d541a91d
4 changed files with 9 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ Requested GL_ARB_gpu_shader_int64
|
|||
0:9 move second child to first child ( temp int16_t)
|
||||
0:9 'x' ( temp int16_t)
|
||||
0:9 Constant:
|
||||
0:9 0 (const int8_t)
|
||||
0:9 0 (const int16_t)
|
||||
0:10 Sequence
|
||||
0:10 move second child to first child ( temp int)
|
||||
0:10 'y' ( temp int)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue