[vlc-devel] commit: Fixed missing type for b_was_paused. (Laurent Aimar )
Rémi Denis-Courmont
rdenis at simphalempin.com
Tue Jan 27 08:50:18 CET 2009
On Mon, 26 Jan 2009 22:50:32 +0100 (CET), git at videolan.org (git version
control) wrote:
> vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Jan 26
> 22:42:52 2009 +0100| [44522f524f0b5f3fe6176b70d22f0a4bad3627d8] |
> committer: Laurent Aimar
>
> Fixed missing type for b_was_paused.
>
> Isn't there a gcc flag to avoid compiling that ?
> const a = value.
from `info gcc`:
| `-Wimplicit-int (C and Objective-C only)'
| Warn when a declaration does not specify a type. This warning is
| enabled by `-Wall'.
According to the documentation then, -Werror=implicit-int would force an
error, but I never got -Werror= to work.
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list