xwax: pitch: Improve coefficients #7
Annotations
15 warnings
clazy:
lib/xwax/timecoder.c#L704
implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
|
clazy:
lib/xwax/timecoder.c#L705
implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
|
clazy:
lib/xwax/timecoder.c#L706
implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
|
clazy:
lib/xwax/timecoder.c#L738
implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
|
clazy:
lib/xwax/timecoder.c#L739
implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
|
clazy:
lib/xwax/timecoder.c#L741
implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
|
clazy:
src/rendergraph/common/rendergraph/uniformset.cpp#L7
Missing reference in range-for with non trivial type (rendergraph_gl::Uniform) [-Wclazy-range-loop-reference]
|
clang-tidy:
lib/xwax/timecoder.c#L704
implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
|
clang-tidy:
lib/xwax/timecoder.c#L705
implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
|
clang-tidy:
lib/xwax/timecoder.c#L706
implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
|
clang-tidy:
lib/xwax/timecoder.c#L738
implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
|
clang-tidy:
lib/xwax/timecoder.c#L739
implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
|
clang-tidy:
lib/xwax/timecoder.c#L741
implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
|
clang-tidy:
src/waveform/widgets/allshader/waveformwidget.cpp#L50
'auto pNode' can be declared as 'auto *pNode' [readability-qualified-auto]
|
clang-tidy:
src/waveform/widgets/allshader/waveformwidget.cpp#L72
'auto pNode' can be declared as 'auto *pNode' [readability-qualified-auto]
|