Codebase list xapp / d029c3d
Add some useful build C-flags, fix test script exec bit. Michael Webster 4 years ago
3 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
7575 gpointer user_data)
7676 {
7777 XAppStatusIconMonitor *self = XAPP_STATUS_ICON_MONITOR (user_data);
78 XAppStatusIconMonitorPrivate *priv = xapp_status_icon_monitor_get_instance_private (self);
7978
8079 gchar *name_owner = NULL;
8180 gchar *proxy_name = NULL;
88
99 cdata = configuration_data()
1010 cdata.set('GETTEXT_PACKAGE', '"xapp"')
11
12 add_global_arguments([
13 '-Wunused',
14 '-Wimplicit-function-declaration'
15 ],
16 language: 'c'
17 )
1118
1219 if not get_option('deprecated_warnings')
1320 add_global_arguments([