yuzu-emu
/
yuzu-mainline
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu-mainline/src/tests
Lioncash e1ab72a0ea tests/core_timing: Remove pragma optimize(off)
I made a review comment about this in the PR that this was introduced
in (#3955, commit 71c4779211), but it
seems to have been missed.

We shouldn't be using this pragma here because it's MSVC specific. This
causes warnings on other compilers.

The test it's surrounding is *extremely* dubious, but for the sake of
silencing warnings on other compilers, we can mark "placebo" as volatile
and be on with it.
2020-08-03 11:12:55 -04:00
..
common Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
core tests/core_timing: Remove pragma optimize(off) 2020-08-03 11:12:55 -04:00
CMakeLists.txt General: Recover Prometheus project from harddrive failure 2020-06-27 11:35:06 -04:00
tests.cpp externals: Update catch to 2.3.0 2018-08-07 19:26:13 -04:00