Commits on Source (8)
-
On Android: ../../modules/control/cli/cli.c:335:9: warning: variable 'ret' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (count > 0) ^~~~~~~~~ ../../modules/control/cli/cli.c:359:12: note: uninitialized uses occurs here return ret; ^~~ Return an error if count == 0 in the `#ifdef HAVE_WORDEXP` branch, and replace the if-condition by an assertion.
b7eeec2c -
Steve Lhomme authoredf4ce1157
-
Both `vlc_writev` and `writev` take signed parameters to describe the count of buffers to write.
ce70f053 -
`strtof` directly parses into a float (`atof` actually parses into doubles) and allows us to handle overflows as ranges error.
933ce085 -
Disallow values that aren't between 0. and 2. as the audio output documentation requires it.
32fb4902 -
fd72da1b
-
The variable is actually used in the function body.
0abc313d -
The volume value isn't used anywhere and specifying NULL is allowed by `vlc_player_aout_IncrementVolume`.
fff2ccbe