[Mplayerxp-cvslog] SF.net SVN: mplayerxp:[163] mplayerxp
Brought to you by:
olov
From: <nic...@us...> - 2012-10-15 16:05:24
|
Revision: 163 http://mplayerxp.svn.sourceforge.net/mplayerxp/?rev=163&view=rev Author: nickols_k Date: 2012-10-15 16:05:13 +0000 (Mon, 15 Oct 2012) Log Message: ----------- more warnings Modified Paths: -------------- mplayerxp/configure mplayerxp/libao2/audio_out.h Modified: mplayerxp/configure =================================================================== --- mplayerxp/configure 2012-10-15 15:55:11 UTC (rev 162) +++ mplayerxp/configure 2012-10-15 16:05:13 UTC (rev 163) @@ -295,7 +295,7 @@ #enabled gomp && check_cflags -ftree-parallelize-loops=4 ##################################################### add_cflags "-Werror-implicit-function-declaration" -check_cflags "-Wextra" +check_cflags "-W -Wall -Wextra" echocheck CFLAGS echores $CFLAGS Modified: mplayerxp/libao2/audio_out.h =================================================================== --- mplayerxp/libao2/audio_out.h 2012-10-15 15:55:11 UTC (rev 162) +++ mplayerxp/libao2/audio_out.h 2012-10-15 16:05:13 UTC (rev 163) @@ -13,7 +13,7 @@ /** AO-driver interface */ typedef struct ao_functions_s { - ao_info_t *info; /**< text-info about this driver */ + const ao_info_t *info; /**< text-info about this driver */ /** Control interface * @param cmd command. See AOCONTROL_** for detail This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |