Changeset 5270:e25346c13638 in roaraudio for libroar/hash_tiger.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
  • libroar/hash_tiger.c

    r4721 r5270  
    580580 
    581581int roar_hash_tiger_uninit(struct roar_hash_tiger * state) { 
     582 (void)state; 
    582583 return 0; 
    583584} 
     
    667668 
    668669ssize_t roar_hash_tiger_statelen(struct roar_hash_tiger * state) { 
     670 (void)state; 
    669671 return PSTATE_LEN; 
    670672} 
     
    827829 
    828830ssize_t roar_hash_tiger_blocklen(struct roar_hash_tiger * state) { 
     831 (void)state; 
    829832 return BLOCK_LEN; 
    830833} 
Note: See TracChangeset for help on using the changeset viewer.