Index: driver/Makefile.in
===================================================================
--- driver/Makefile.in	(revision def9d4ece42b49cbb4f90f08f458811fe82b1e3f)
+++ driver/Makefile.in	(revision 015dc50195943576cd8a41e21841dd3f1cb09d13)
@@ -187,5 +187,4 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMTAR = @AMTAR@
 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Index: driver/cfa.cc
===================================================================
--- driver/cfa.cc	(revision def9d4ece42b49cbb4f90f08f458811fe82b1e3f)
+++ driver/cfa.cc	(revision 015dc50195943576cd8a41e21841dd3f1cb09d13)
@@ -10,6 +10,6 @@
 // Created On       : Tue Aug 20 13:44:49 2002
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Jan 15 20:56:03 2019
-// Update Count     : 280
+// Last Modified On : Sun Feb 10 08:28:09 2019
+// Update Count     : 281
 //
 
@@ -495,4 +495,8 @@
 		args[nargs] = "-Wno-deprecated";
 		nargs += 1;
+#ifdef HAVE_CAST_FUNCTION_TYPE
+		args[nargs] = "-Wno-cast-function-type";
+		nargs += 1;
+#endif // HAVE_CAST_FUNCTION_TYPE
 		if ( ! std_flag ) {								// default c11, if none specified
 			args[nargs] = "-std=gnu11";
