1 From 98a9974f550dfb5c8f66213774e4ef95848127e1 Mon Sep 17 00:00:00 2001
2 From: Christian Hesse <mail@eworm.de>
3 Date: Mon, 23 Jul 2018 11:04:55 +0200
4 Subject: [PATCH 2/4] disable-unsupported-operating-system-warning
6 Signed-off-by: Christian Hesse <mail@eworm.de>
8 backend/wbprivate/workbench/wb_context.cpp | 2 ++
9 1 file changed, 2 insertions(+)
11 diff --git a/backend/wbprivate/workbench/wb_context.cpp b/backend/wbprivate/workbench/wb_context.cpp
12 index e80501a..a4047b1 100644
13 --- a/backend/wbprivate/workbench/wb_context.cpp
14 +++ b/backend/wbprivate/workbench/wb_context.cpp
15 @@ -1011,9 +1011,11 @@ void WBContext::init_finish_(WBOptions *options) {
17 _frontendCallbacks->show_status_text(_("Ready."));
20 // Avoid our runtime tests to lock up when a modal warning dialog is displayed.
21 if (options->open_at_startup_type != "run-script")
22 warnIfRunningOnUnsupportedOS();
26 // execute action requested from command line