mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Replace hex::unused with std::ignore
This commit is contained in:
@@ -883,7 +883,7 @@ namespace hex {
|
||||
// Register key press callback
|
||||
glfwSetInputMode(m_window, GLFW_LOCK_KEY_MODS, GLFW_TRUE);
|
||||
glfwSetKeyCallback(m_window, [](GLFWwindow *window, int key, int scanCode, int action, int mods) {
|
||||
hex::unused(mods);
|
||||
std::ignore = mods;
|
||||
|
||||
|
||||
// Handle A-Z keys using their ASCII value instead of the keycode
|
||||
|
||||
Reference in New Issue
Block a user