From 6c9adeed6186e7a65facffc6cb93277686f1b6e4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 8 Jan 2018 09:44:05 +0200 Subject: set_warnings_not_errors not necessary in qt5 plugin anymore Change-Id: I8ed8c07ce5b34d6a03a2ec9a5f9782cd506529e5 --- vcl/Library_vclplug_qt5.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/vcl/Library_vclplug_qt5.mk b/vcl/Library_vclplug_qt5.mk index fba78d738883..68758028d662 100644 --- a/vcl/Library_vclplug_qt5.mk +++ b/vcl/Library_vclplug_qt5.mk @@ -19,8 +19,6 @@ $(eval $(call gb_Library_Library,vclplug_qt5)) -$(eval $(call gb_Library_set_warnings_not_errors,vclplug_qt5)) - $(eval $(call gb_Library_use_custom_headers,vclplug_qt5,vcl/qt5)) $(eval $(call gb_Library_set_include,vclplug_qt5,\ -- cgit