mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-04 04:16:12 +01:00
Fix -Wextra-semi-stmt warning' (#450)
This commit is contained in:
@@ -2113,7 +2113,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[])
|
||||
wprintf(L"\n <mode>: ");
|
||||
PrintList(14, s_pXGModes);
|
||||
return 1;
|
||||
};
|
||||
}
|
||||
|
||||
XGSetHardwareVersion(static_cast<XG_HARDWARE_VERSION>(mode));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user