Ver código fonte

Fixed unused parameter warning with empty IME handler #173

ocornut 10 anos atrás
pai
commit
bae32567c3
1 arquivos alterados com 1 adições e 1 exclusões
  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)
 {
 }