Avoid compiler warnings

2006-08-11 Thread Eric Blake
I tried configuring m4 with its --enable-debug switch, which enables various -W warning options, and combined it with -Werror to forcefully see the warnings. The compilation choked when compiling libltdl. The check for AC_C_CONST is now obsolete, but warned due to -Wshadow, which made it fail

Re: Avoid compiler warnings

2006-08-11 Thread Eric Blake
Eric Blake ebb9 at byu.net writes: I tried configuring m4 with its --enable-debug switch, which enables various -W warning options, and combined it with -Werror to forcefully see the warnings. A followon - using LTDL_SET_PRELOADED_SYMBOLS() choked with -Wnested-externs. 2006-08-11 Eric