This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Warnings when building libgfortran


I see today:

../../../trunk/libgfortran/generated/all_l8.c: In function 'all_l8':
../../../trunk/libgfortran/generated/all_l8.c:142: warning: format
'%d' expects type 'int', but argument 2 has type 'index_type'

and loads other such warnings. I know we can't make libgfortran build
with -Werror, but we should really try to avoid warnings as much as
possible. What would you think of a way to make them show up more
prominently (like dumping them to a file, and having the Makefile
check and issue a summary at end of compilation)?

FX

-- 
FX Coudert
http://www.homepages.ucl.ac.uk/~uccafco/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]