Commit 2e32646b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cpu: Don't warn if we don't support altivec.

parent 4ca43f74
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment