From f4f94d3b76ad26266912977662163505a2d42512 Mon Sep 17 00:00:00 2001 From: Stricted Date: Mon, 7 Nov 2016 19:54:15 +0100 Subject: [PATCH] suppress annoying warnings on windows --- config.w32 | 1 + 1 file changed, 1 insertion(+) diff --git a/config.w32 b/config.w32 index b741156..e7b1db2 100644 --- a/config.w32 +++ b/config.w32 @@ -15,6 +15,7 @@ if (PHP_UI != "no") { "window.c box.c form.c grid.c button.c cbutton.c check.c combo.c control.c ecombo.c entry.c group.c item.c label.c menu.c multi.c picker.c progress.c radio.c separator.c slider.c spin.c tab.c point.c size.c area.c pen.c path.c color.c brush.c stroke.c matrix.c descriptor.c font.c layout.c exceptions.c executor.c", "ui" ); + ADD_FLAG("CFLAGS", " /wd4018 /wd4244 /wd4013 /wd4716 "); } else { WARNING("libui not found; libraries and headers not found"); }