Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/driver/cfa.cc

    r6e4b913 red0e67a  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jul  7 08:56:01 2016
    13 // Update Count     : 144
     12// Last Modified On : Tue Jul  5 20:56:18 2016
     13// Update Count     : 140
    1414//
    1515
     
    8787        bool cpp_flag = false;                                                          // -E or -M flag, preprocessor only
    8888        bool std_flag = false;                                                          // -std= flag
    89         bool debugging __attribute(( unused )) = false;         // -g flag
     89        bool debugging = false;                                                         // -g flag
    9090
    9191        const char *args[argc + 100];                                           // cfa command line values, plus some space for additional flags
     
    244244        } // if
    245245
    246         // add the CFA include-library paths, which allow direct access to header files without directory qualification
    247 
    248246        args[nargs] = "-I" CFA_INCDIR;
    249247        nargs += 1;
Note: See TracChangeset for help on using the changeset viewer.