changeset 24664:39b8a38f02b8

Fix warning: cpudetect.c: In function 'check_os_katmai_support': cpudetect.c:395: warning: unused variable 'saved_sigfpe'
author diego
date Mon, 01 Oct 2007 22:48:39 +0000
parents f5610b142363
children 1f5256c663f7
files cpudetect.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cpudetect.c	Mon Oct 01 22:46:33 2007 +0000
+++ b/cpudetect.c	Mon Oct 01 22:48:39 2007 +0000
@@ -392,7 +392,6 @@
 #elif defined(__linux__)
 #if defined(_POSIX_SOURCE)
    struct sigaction saved_sigill;
-   struct sigaction saved_sigfpe;
 
    /* Save the original signal handlers.
     */