~midori/midori/cmake-make-dist

« back to all changes in this revision

Viewing changes to katze/katze-array.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:
371
371
katze_array_find_token (KatzeArray*  array,
372
372
                        const gchar* token)
373
373
{
374
 
    goffset token_length;
 
374
    size_t token_length;
375
375
    GList* items;
376
376
 
377
377
    g_return_val_if_fail (KATZE_IS_ARRAY (array), NULL);