mirror of
				https://github.com/ocornut/imgui.git
				synced 2025-10-26 12:27:30 +00:00 
			
		
		
		
	Examples: MSVC: increase warning level from /W3 to /W4 for OpenGL examples
This commit is contained in:
		| @@ -128,11 +128,8 @@ LRESULT WINAPI WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) | ||||
|     return DefWindowProc(hWnd, msg, wParam, lParam); | ||||
| } | ||||
|  | ||||
| int main(int argc, char** argv) | ||||
| int main(int, char**) | ||||
| { | ||||
|     (void)argc; | ||||
|     (void)argv; | ||||
|  | ||||
|     // Create application window | ||||
|     WNDCLASSEX wc = { sizeof(WNDCLASSEX), CS_CLASSDC, WndProc, 0L, 0L, GetModuleHandle(NULL), NULL, LoadCursor(NULL, IDC_ARROW), NULL, NULL, L"ImGui Example", NULL }; | ||||
|     RegisterClassEx(&wc); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ocornut
					ocornut