Explorar el Código

Fixed unused parameter warning with empty IME handler #173

ocornut hace 10 años
padre
commit
bae32567c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      imgui.cpp

+ 1 - 1
imgui.cpp

@@ -8813,7 +8813,7 @@ static void ImeSetInputScreenPosFn_DefaultImpl(int x, int y)
 
 #else
 
-static void ImeSetInputScreenPosFn_DefaultImpl(int x, int y)
+static void ImeSetInputScreenPosFn_DefaultImpl(int, int)
 {
 }