Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/driver/cc1.cc

    rb3c36f4 rf8b6d921  
    8484
    8585
    86 void sigTermHandler( __attribute__((unused)) int signal ) {
     86void sigTermHandler( int signal ) {
    8787        if ( tmpfilefd != -1 ) {                                                        // RACE, file created ?
    8888                rmtmpfile();                                                                    // remove
     
    469469
    470470
    471 int main( const int argc, const char * const argv[], __attribute__((unused)) const char * const env[] ) {
     471int main( const int argc, const char * const argv[], const char * const env[] ) {
    472472#ifdef __DEBUG_H__
    473473        for ( int i = 0; env[i] != NULL; i += 1 ) {
Note: See TracChangeset for help on using the changeset viewer.