From 2fd32891307b37b392773253eee69f135a3aaad3 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 1 Oct 2007 22:48:39 +0000 Subject: 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 --- cpudetect.c | 1 - 1 file changed, 1 deletion(-) 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. */ -- cgit v1.2.3