~midori/midori/innernodeselect

« back to all changes in this revision

Viewing changes to extensions/mouse-gestures.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:
384
384
    for(i = 0; keys[i]; i++)
385
385
    {
386
386
        gsize n_strokes;
387
 
        int j;
 
387
        guint j;
388
388
        gchar** stroke_strings = g_key_file_get_string_list (keyfile, "gestures", keys[i], &n_strokes,
389
389
                                                             NULL);
390
390