Author: zhuqing Date: 2010-09-07 03:11:58 -0400 (Tue, 07 Sep 2010) New Revision: 3335
Modified: trunk/osprey/driver/OPTIONS Log: Add option entry for Wextra,Wno-extra,Wmissing-include-dirs Modified: trunk/osprey/driver/OPTIONS =================================================================== --- trunk/osprey/driver/OPTIONS 2010-09-02 07:03:59 UTC (rev 3334) +++ trunk/osprey/driver/OPTIONS 2010-09-07 07:11:58 UTC (rev 3335) @@ -1470,6 +1470,10 @@ "Do not warn about suspicious declarations of main" -Wmissing-braces ; Cc f self "Warn about possibly missing braces around initialisers" +-Wextra ; Cc f self + "Enable some extra warning flags that are not enabled by -Wall" +-Wno-extra ; Cc f self + "Disable extra warning flags that are enabled by -Wextra" -Wno-missing-braces ; Cc f self "Do not warn about possibly missing braces around initialisers" -Wmissing-declarations ; Cc f self @@ -1944,6 +1948,8 @@ "File tells Fortran compiler how to transform ids into linker symbols" -undef ; Cc,as,CPP CPP self "" +-Wmissing-include-dirs ; Cc,as,CPP CPP self + "Warn if a user-supplied include directory does not exist" %%% Code Generation Options -fcall-saved-%s ; Cc NONE "" "" ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel