mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-03 07:51:36 +00:00
src/client/refresh/soft/sw_main.c: 1512 (style) Variable 'err' is assigned a value that is never used. [unreadVariable] src/client/refresh/vk/vk_rmain.c: 1023 (style) Suspicious calculation. Please use parentheses to clarify the code. The code ''a&b?c:d'' should be written as either ''(a&b)?c:d'' or ''a&(b?c:d)''. [clarifyCalculation] src/client/sound/ogg.c: 335 (style,inconclusive) Function 'OGG_PlayTrack' argument 1 names different: declaration 'track' definition 'trackNo'. [funcArgNamesDifferent] 212 (style) Local variable 'gogTrack' shadows outer variable [shadowVariable] src/client/sound/sdl.c: 179 (style) The scope of the variable 'i' can be reduced. 180 (style) The scope of the variable 'lpos' can be reduced. 181 (style) The scope of the variable 'ls_paintedtime' can be reduced. 182 (style) The scope of the variable 'out_idx' can be reduced. 183 (style) The scope of the variable 'count' can be reduced. 185 (style) The scope of the variable 'p' can be reduced. 186 (style) The scope of the variable 'snd_linear_count' can be reduced. 187 (style) The scope of the variable 'step' can be reduced. 189 (style) The scope of the variable 'snd_out' can be reduced. 330 (style) The scope of the variable 'data' can be reduced. 368 (style) The scope of the variable 'data' can be reduced. 369 (style) The scope of the variable 'left' can be reduced. 369 (style) The scope of the variable 'right' can be reduced. 401 (style) The scope of the variable 'end' can be reduced. 529 (style) The scope of the variable 's' can be reduced. 799 (style) The scope of the variable 'i' can be reduced. 874 (style) The scope of the variable 'scale' can be reduced. 910 (style) The scope of the variable 'srcsample' can be reduced. 1093 (style) The scope of the variable 'total' can be reduced. 196 (style) Local variable 'i' shadows outer variable [shadowVariable] 197 (style) Local variable 'count' shadows outer variable [shadowVariable] src/client/sound/sound.c: 450 (style) The scope of the variable 'maleFilename' can be reduced. 980 (style) The scope of the variable 'num' can be reduced. 1085 (style) The scope of the variable 'sfx' can be reduced. 423 (style,inconclusive) Function 'S_RegisterSound' argument 1 names different: declaration 'sample' definition 'name'. [funcArgNamesDifferent] 909 (style,inconclusive) Function 'S_StartLocalSound' argument 1 names different: declaration 's' definition 'sound'. [funcArgNamesDifferent] 1048 (style,inconclusive) Function 'S_Update' argument 2 names different: declaration 'v_forward' definition 'forward'. [funcArgNamesDifferent] 1048 (style,inconclusive) Function 'S_Update' argument 3 names different: declaration 'v_right' definition 'right'. [funcArgNamesDifferent] 1048 (style,inconclusive) Function 'S_Update' argument 4 names different: declaration 'v_up' definition 'up'. [funcArgNamesDifferent] |
||
---|---|---|
.. | ||
constants | ||
files | ||
gl1 | ||
gl3 | ||
soft | ||
vk | ||
ref_shared.h |