------- Comment #9 from bangerth at gmail dot com 2010-03-08 16:23 ------- (In reply to comment #7)
> The code that calls the function also *compiles* cleanly, and only the link > fails. By compiling I meant translating from source code to executable. That includes linking. The point I want to make is that warnings are meant for exactly those cases where you wouldn't otherwise get an error. In the case you request, the warning is redundant with the error you would get anyway at a later time. W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43272