- Timestamp:
- May 14, 2015, 12:19:46 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 4bf5298
- Parents:
- d4778a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
rd4778a6 rb1a6d6b 294 294 args[nargs] = "-Wno-deprecated"; 295 295 nargs += 1; 296 args[nargs] = "--std=c99"; 297 nargs += 1; 296 298 args[nargs] = ( *new string( string("-B") + Bprefix + "/" ) ).c_str(); 297 299 nargs += 1;
Note: See TracChangeset
for help on using the changeset viewer.