Changeset 5140:b0fb71d4cd15 in roaraudio


Ignore:
Timestamp:
10/01/11 16:36:33 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed a (correct) compiler warning on OpenBSD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/roard.h

    r5102 r5140  
    9393}; 
    9494 
    95 enum output_format; 
     95enum output_format { 
     96 FORMAT_NATIVE = 1, 
     97 FORMAT_WIKI, 
     98 FORMAT_CSV, 
     99 
     100 FORMAT_DEFAULT = FORMAT_NATIVE 
     101}; 
     102 
    96103 
    97104// MFOI = Marked For Optional Include 
     
    221228 
    222229 
    223 enum output_format { 
    224  FORMAT_NATIVE = 1, 
    225  FORMAT_WIKI, 
    226  FORMAT_CSV, 
    227  
    228  FORMAT_DEFAULT = FORMAT_NATIVE 
    229 }; 
    230  
    231230#define counters_init() memset(&g_counters, 0, sizeof(g_counters)) 
    232231//#define counters_inc(c,i) do { signed long int __i = (i); if ( __i < 0 && __i > (g_counters.cur.c) ) { ROAR_WARN("counters_inc(c=%s, i=%li): Decrement request bigger than current counter value. Counter out of syn!", )  } while (0) 
Note: See TracChangeset for help on using the changeset viewer.