Fix compiler warning in unit test: unused variable.
This commit is contained in:
@@ -54,4 +54,9 @@ TEST_F( utSimd, SSE2SupportedTest ) {
|
||||
bool isSupported;
|
||||
|
||||
isSupported = CPUSupportsSSE2();
|
||||
if ( isSupported ) {
|
||||
std::cout << "Supported" << std::endl;
|
||||
} else {
|
||||
std::cout << "Not supported" << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user