• Show log

    Commit

  • Hash : 976d9e13
    Author : Sebastian Bauer
    Date : 2013-01-11T10:47:44

    regex: Fixed warnings about unused parameter values.
    
    There are different solutions to the problem. In this change, we
    define an UNUSED macro that maps to __attribute__((unused)) when
    compiling with gcc. Otherwise it is a NOOP. We apply this macro
    in all function headers for each parameter value that is not used
    within the function body.
    
    The change is local to regex.