mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
fix: Unused variable in wasm build
This commit is contained in:
@@ -906,6 +906,7 @@ namespace hex {
|
||||
}
|
||||
}
|
||||
#else
|
||||
std::ignore = scanCode;
|
||||
// Emscripten doesn't support glfwGetKeyName. Just pass the value through.
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user