- Timestamp:
 - Jan 18, 2021, 2:58:10 PM (5 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - fcd0b9d7
 - Parents:
 - 3d3d75e
 - File:
 - 
      
- 1 edited
 
- 
          
  driver/cfa.cc (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
driver/cfa.cc
r3d3d75e re35a32b 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Nov 17 14:27:28 202013 // Update Count : 44 012 // Last Modified On : Sat Jan 16 07:30:19 2021 13 // Update Count : 442 14 14 // 15 15 … … 499 499 args[nargs++] = "-no-integrated-cpp"; 500 500 args[nargs++] = "-Wno-deprecated"; 501 args[nargs++] = "-Wno-strict-aliasing"; // casting from one type to another 501 502 #ifdef HAVE_CAST_FUNCTION_TYPE 502 503 args[nargs++] = "-Wno-cast-function-type";  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.