Changeset 5270:e25346c13638 in roaraudio for libroaryiff/events.c


Ignore:
Timestamp:
11/17/11 18:20:12 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed some gcc -Wextra warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaryiff/events.c

    r5035 r5270  
    3737 
    3838// RoarAudio isn't event based, so we need to trick a lot here 
     39// Maybe this can be overcome with the notify API 
    3940 
    4041int YGetNextEvent (YConnection *con, YEvent *event, Boolean block) { 
    4142 struct roar_connection rcon; 
    4243 struct roar_stream s; 
     44 
     45 (void)block; 
    4346 
    4447 if ( con == NULL || event == NULL ) 
Note: See TracChangeset for help on using the changeset viewer.