spirv/vtn_glsl450.c:919:39: warning: implicit conversion from enumeration type 'SpvOp' (aka 'enum SpvOp_') to different enumeration type 'enum GLSLstd450' [-Wenum-conversion]
nir/nir_constant_expressions.c:16996:50: warning: implicit conversion from 'unsigned long' to 'uint1_t' (aka 'unsigned char') changes value from 18446744073709551615 to 255 [-Wconstant-conversion]
/usr/include/machine/_stdint.h:75:20: note: expanded from macro 'UINT64_MAX'
#define UINT64_MAX 0xffffffffffffffffUL
^~~~~~~~~~~~~~~~~~~~
nir/nir_constant_expressions.c:17015:50: warning: implicit conversion from 'unsigned long' to 'uint8_t' (aka 'unsigned char') changes value from 18446744073709551615 to 255 [-Wconstant-conversion]
/usr/include/machine/_stdint.h:75:20: note: expanded from macro 'UINT64_MAX'
#define UINT64_MAX 0xffffffffffffffffUL
^~~~~~~~~~~~~~~~~~~~
nir/nir_constant_expressions.c:17033:51: warning: implicit conversion from 'unsigned long' to 'uint16_t' (aka 'unsigned short') changes value from 18446744073709551615 to 65535 [-Wconstant-conversion]
/usr/include/machine/_stdint.h:75:20: note: expanded from macro 'UINT64_MAX'
#define UINT64_MAX 0xffffffffffffffffUL
^~~~~~~~~~~~~~~~~~~~
nir/nir_constant_expressions.c:17051:51: warning: implicit conversion from 'unsigned long' to 'uint32_t' (aka 'unsigned int') changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion]