Commit 9c208777 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix a warning on unused variable.

parent 827bc36d
...@@ -330,6 +330,8 @@ static void SigHandler( int i_signal ) ...@@ -330,6 +330,8 @@ static void SigHandler( int i_signal )
#ifdef HAVE_SIGRELSE #ifdef HAVE_SIGRELSE
sigrelse( i_signal ); sigrelse( i_signal );
#else
VLC_UNUSED( i_signal );
#endif #endif
#if defined( __i386__ ) #if defined( __i386__ )
......
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