fix aligned vec type and add matrix funcs #235
Annotations
3 errors and 13 warnings
|
|
|
vecmat/vector.cpp#L755
‘ps_ran’ was not declared in this scope; did you mean ‘ps_rand’?
|
|
vecmat/vector.cpp#L755
‘using vector = struct vec<float, 3>’ {aka ‘struct vec<float, 3>’} has no member named ‘fill_n’; did you mean ‘fill’?
|
|
cfile/cfile.cpp#L272
comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare]
|
|
stream_audio/streamaudio.cpp#L514
‘granularity’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
|
stream_audio/streamaudio.cpp#L464
variable ‘bytesize’ set but not used [-Wunused-but-set-variable]
|
|
ddio/lnxfile.cpp#L87
ignoring return value of ‘char* getcwd(char*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
|
|
ddio/lnxforcefeedback.cpp#L135
‘int ddio_ff_SetCoopLevel(tDevice, int)’ defined but not used [-Wunused-function]
|
|
mem/mem.cpp#L244
‘Mem_failsafe_block’ defined but not used [-Wunused-variable]
|
|
|
|
AudioEncode/aencode.cpp#L959
comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘AudioError’ [-Wsign-compare]
|
|
misc/pstring.cpp#L87
comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
|
|
misc/pstring.cpp#L74
comparison of integer expressions of different signedness: ‘long int’ and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading