c - When is "undefined" fatal or just warning? -
test.c(6) : warning c4013: 'add' undefined; assuming extern returning int
i've encountered many times when undefined
function report error
,thus stopping building process.
why time warning?
perhaps code in c++, , c program. c++ stricter c; won't let call undeclared functions.
Comments
Post a Comment