remove switch-enum warnings
This commit is contained in:
@@ -90,7 +90,8 @@ static void get_SIMD_instruction_set(char *instruction_set) {
|
||||
case SIMD_MMX:
|
||||
strcpy(instruction_set, "MMX");
|
||||
break;
|
||||
default:
|
||||
case SIMD_AUTO:
|
||||
case SIMD_NONE:
|
||||
strcpy(instruction_set, "no");
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user