mirror of https://github.com/mpv-player/mpv
Fix warning:
cpudetect.c: In function 'check_os_katmai_support': cpudetect.c:395: warning: unused variable 'saved_sigfpe' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24684 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
60eaa3a7da
commit
2fd3289130
|
@ -392,7 +392,6 @@ static void check_os_katmai_support( void )
|
|||
#elif defined(__linux__)
|
||||
#if defined(_POSIX_SOURCE)
|
||||
struct sigaction saved_sigill;
|
||||
struct sigaction saved_sigfpe;
|
||||
|
||||
/* Save the original signal handlers.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue