Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Ufimtsev2015-06-30 19:56:47 +0000
committerAlexander Kurtakov2015-07-14 20:46:11 +0000
commit9bab4b60b2bd61e29e9c8b1d1d7ab4509584676e (patch)
tree95b746e996453f0af6b9c8add06f81872b13e6bc /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parentdcd069e6231436d1837dadf56bc5c0d73140b312 (diff)
downloadeclipse.platform.swt-9bab4b60b2bd61e29e9c8b1d1d7ab4509584676e.tar.gz
eclipse.platform.swt-9bab4b60b2bd61e29e9c8b1d1d7ab4509584676e.tar.xz
eclipse.platform.swt-9bab4b60b2bd61e29e9c8b1d1d7ab4509584676e.zip
Bug 471477 - [Gtk] Add support to launch SWT with gtk's
--g-fatal-warnings via SWT_FATAL_WARNINGS=1 environmental variable. Change-Id: I9c3fa2fd67ec773d4aaf8a450880ccaea484f38f Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
index 6bc08550a1..3613f8b409 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
@@ -1569,6 +1569,7 @@ char * OS_nativeFunctionNames[] = {
"_1pango_1tab_1array_1get_1tabs",
"_1pango_1tab_1array_1new",
"_1pango_1tab_1array_1set_1tab",
+ "_1swt_1debug_1on_1fatal_1warnings",
"_1swt_1fixed_1get_1type",
"_1swt_1fixed_1move",
"_1swt_1fixed_1resize",

Back to the top