diff options
| author | 2022-05-26 18:49:18 -0400 | |
|---|---|---|
| committer | 2022-05-26 19:01:26 -0400 | |
| commit | 0e5a6676c325b2183904643a42ce7593b36e0d8c (patch) | |
| tree | b3bf6795af3bc9d7c7855c1307932cdb7bf1dcba /src/input_common/drivers/sdl_driver.cpp | |
| parent | Merge pull request #8379 from lat9nq/amd-push-desc-workaround (diff) | |
| download | yuzu-0e5a6676c325b2183904643a42ce7593b36e0d8c.tar.gz yuzu-0e5a6676c325b2183904643a42ce7593b36e0d8c.tar.xz yuzu-0e5a6676c325b2183904643a42ce7593b36e0d8c.zip | |
path_util: Resolve `-Wpointer-bool-conversion` warning
Clang (rightfully) warns that we are checking for the existence of
pointer to something just allocated on the stack, which is always true.
Instead, check whether GetModuleFileNameW failed.
Co-authored-by: Mai M <mathew1800@gmail.com>
Diffstat (limited to 'src/input_common/drivers/sdl_driver.cpp')
0 files changed, 0 insertions, 0 deletions