mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
silence some annoying warnings
This commit is contained in:
parent
70e26eeb45
commit
ef6f565dbd
18 changed files with 80 additions and 70 deletions
|
@ -251,7 +251,7 @@ int main(int argc, char** argv)
|
|||
{
|
||||
#ifdef _WIN32
|
||||
if (AttachConsole(ATTACH_PARENT_PROCESS) || AllocConsole())
|
||||
const auto con_out = freopen("CONOUT$", "w", stdout);
|
||||
[[maybe_unused]] const auto con_out = freopen("CONOUT$", "w", stdout);
|
||||
#endif
|
||||
for (const auto& style : QStyleFactory::keys())
|
||||
std::cout << "\n" << style.toStdString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue