]> git.sesse.net Git - vlc/commitdiff
cpu: Don't warn if we don't support altivec.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 12 Aug 2008 23:49:14 +0000 (01:49 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 12 Aug 2008 23:51:47 +0000 (01:51 +0200)
src/misc/cpu.c

index 124876d7adfc02cebbb68f343ce2a58baa5fd9cd..8636ee67d59be95de4fd525652d23a7a7206f765 100644 (file)
@@ -294,6 +294,8 @@ uint32_t CPUCapabilities( void )
     }
 
     signal( SIGILL, pf_sigill );
+#   else
+    (void)SigHandler; /* Don't complain about dead code here */
 #   endif
 
     return i_capabilities;