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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -