Implicit declaration of function – C99
I had this problem when I did a global replace of NSLog with DLog. I foolishly included the #define DLog(…) NSLog(… statements, so I ended up with #define DLog(…) DLog(… which caused the warnings, and a linker error.