Changeset 2653:d15eb0ea49b4 in roaraudio


Ignore:
Timestamp:
09/12/09 14:06:15 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added warning:sysio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/config.c

    r2652 r2653  
    7777     ROAR_WARN("roar_libroar_get_config(void): Unknown workaround option: %s", v); 
    7878    } 
    79    } else if ( !strcmp(k, "warn") ) { 
     79   } else if ( !strcmp(k, "warning") || !strcmp(k, "warn") ) { 
    8080    if ( !strcmp(v, "sysio") ) { 
    8181     config->warnings.sysio = ROAR_WARNING_ALWAYS; 
Note: See TracChangeset for help on using the changeset viewer.