~midori/midori/webKitTwoOnly

« back to all changes in this revision

Viewing changes to katze/katze-utils.c

  • Committer: Tarmac
  • Author(s): Paweł Forysiuk, Christian Dywan
  • Date: 2013-11-05 18:00:59 UTC
  • mfrom: (6448.1.33 less-warnings)
  • Revision ID: tarmac-20131105180059-dypdrl07lyejesr3
Resolve compiler warnings in current trunk

Add EXTRA_WARNINGS flag to increase verbosity
Respect VALAC for the Vala compiler if defined
Sort out Vala 0.16 build issues
Make warnings fatal for bzr builds

Show diffs side-by-side

added added

removed removed

Lines of Context:
335
335
    GList* all_apps = g_app_info_get_all ();
336
336
    #endif
337
337
    GList* apps = NULL;
338
 
    GAppInfo* info;
339
338
    GList* app;
340
339
    for (app = apps; app; app = g_list_next (app))
341
340
    {
394
393
        GList* app;
395
394
        for (app = apps; app; app = g_list_next (app))
396
395
        {
397
 
            GAppInfo* info = app->data;
 
396
            info = app->data;
398
397
            const gchar* name = g_app_info_get_name (info);
399
398
            GIcon* icon = g_app_info_get_icon (info);
400
399
            gchar* icon_name;