This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

Re: trying to understand: "warning: function declaration isn't a prototype"


The warning means that the code does something like this:
    extern int foo ();
The warning message will include a file name and line number you can
use to see where this is happening.


yes, i understand this - i do not want to ignore this warning, i want to understand why the warning is emitted in the first place ..



--


;

Jay Vaughan


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