# HG changeset patch # User diego # Date 1191278919 0 # Node ID 39b8a38f02b80aff7031c494a787d312ec7ab062 # Parent f5610b14236304a278db311ad07ef3fe1d4c363a Fix warning: cpudetect.c: In function 'check_os_katmai_support': cpudetect.c:395: warning: unused variable 'saved_sigfpe' diff -r f5610b142363 -r 39b8a38f02b8 cpudetect.c --- 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. */