Changeset 6009:f92671b07728 in roaraudio


Ignore:
Timestamp:
04/27/14 04:27:28 (10 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fix a warning about a unused variable. Just removed it as it was really unused, huh! :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/light.c

    r5983 r6009  
    406406 
    407407static int __cb_event_add(struct roar_slfi_inst * inst, void * userdata, uint8_t event) { 
    408  size_t i; 
    409  
    410408 if ( nextcycle_eventsqueuelen == MAX_EVENTS_PER_CYCLE ) { 
    411409  roar_err_set(ROAR_ERROR_NOSPC); 
Note: See TracChangeset for help on using the changeset viewer.