- Timestamp:
- Feb 10, 2019, 10:12:55 AM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 015dc50
- Parents:
- 4fd45bc
- Location:
- driver
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified driver/Makefile.in ¶
r4fd45bc r1f86d5e 187 187 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 188 188 ACLOCAL = @ACLOCAL@ 189 ALLOCA = @ALLOCA@190 189 AMTAR = @AMTAR@ 191 190 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -
TabularUnified driver/cfa.cc ¶
r4fd45bc r1f86d5e 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jan 15 20:56:03201913 // Update Count : 28 012 // Last Modified On : Sun Feb 10 08:28:09 2019 13 // Update Count : 281 14 14 // 15 15 … … 495 495 args[nargs] = "-Wno-deprecated"; 496 496 nargs += 1; 497 #ifdef HAVE_CAST_FUNCTION_TYPE 498 args[nargs] = "-Wno-cast-function-type"; 499 nargs += 1; 500 #endif // HAVE_CAST_FUNCTION_TYPE 497 501 if ( ! std_flag ) { // default c11, if none specified 498 502 args[nargs] = "-std=gnu11";
Note: See TracChangeset
for help on using the changeset viewer.