Commit 4896c114 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Compiler warnings

parent 9197bd58
...@@ -286,7 +286,9 @@ int VLC_Init( int i_object, int i_argc, char *ppsz_argv[] ) ...@@ -286,7 +286,9 @@ int VLC_Init( int i_object, int i_argc, char *ppsz_argv[] )
vlc_value_t val; vlc_value_t val;
#if defined( ENABLE_NLS ) \ #if defined( ENABLE_NLS ) \
&& ( defined( HAVE_GETTEXT ) || defined( HAVE_INCLUDED_GETTEXT ) ) && ( defined( HAVE_GETTEXT ) || defined( HAVE_INCLUDED_GETTEXT ) )
# if defined (WIN32) || defined (__APPLE__)
char * psz_language; char * psz_language;
#endif
#endif #endif
if( !p_vlc ) if( !p_vlc )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment