Index: driver/cfa.cc
===================================================================
--- driver/cfa.cc	(revision 2a59655a1dd1d977b68a881bb4951a8e017eeb1d)
+++ driver/cfa.cc	(revision 4b1c8da1aec4e9622326da34399bc6093a0cf2dd)
@@ -10,6 +10,6 @@
 // Created On       : Tue Aug 20 13:44:49 2002
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Nov 17 14:27:28 2020
-// Update Count     : 440
+// Last Modified On : Sat Jan 16 07:30:19 2021
+// Update Count     : 442
 //
 
@@ -499,4 +499,5 @@
 		args[nargs++] = "-no-integrated-cpp";
 		args[nargs++] = "-Wno-deprecated";
+		args[nargs++] = "-Wno-strict-aliasing";			// casting from one type to another
 		#ifdef HAVE_CAST_FUNCTION_TYPE
 		args[nargs++] = "-Wno-cast-function-type";
