[MPlayer-cvslog] r24684 - trunk/cpudetect.c
diego
subversion at mplayerhq.hu
Tue Oct 2 00:48:40 CEST 2007
Author: diego
Date: Tue Oct 2 00:48:39 2007
New Revision: 24684
Log:
Fix warning:
cpudetect.c: In function 'check_os_katmai_support':
cpudetect.c:395: warning: unused variable 'saved_sigfpe'
Modified:
trunk/cpudetect.c
Modified: trunk/cpudetect.c
==============================================================================
--- trunk/cpudetect.c (original)
+++ trunk/cpudetect.c Tue Oct 2 00:48:39 2007
@@ -392,7 +392,6 @@ static void check_os_katmai_support( voi
#elif defined(__linux__)
#if defined(_POSIX_SOURCE)
struct sigaction saved_sigill;
- struct sigaction saved_sigfpe;
/* Save the original signal handlers.
*/
More information about the MPlayer-cvslog
mailing list