summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-01 22:48:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-01 22:48:39 +0000
commit2fd32891307b37b392773253eee69f135a3aaad3 (patch)
tree946746edcbb624f97d25156ddca6aa23a5ad1ed9 /cpudetect.c
parent60eaa3a7da6e0e4cffd0c35ce021d0379e6dd3f1 (diff)
downloadmpv-2fd32891307b37b392773253eee69f135a3aaad3.tar.bz2
mpv-2fd32891307b37b392773253eee69f135a3aaad3.tar.xz
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
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpudetect.c b/cpudetect.c
index 9a6acf1db8..cc70304bb8 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -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.
*/