??? 02/05/09 10:50 Read: times |
#162093 - Why do warnings come? Responding to: ???'s previous message |
Hi all !!
I ran into a new problem. Whenever I use the Library (the lib file+its header file), I get warnings for all the functions which were not called in the main source code from the library. How can I get rid of that? The math.h etc files also contain many functions: extern char cabs (char val); extern int abs (int val); extern long labs (long val); extern float fabs (float val); extern float sqrt (float val); extern float exp (float val); ... We never get warnings if we dont use them... |
Topic | Author | Date |
How to use Libraries, are prototypes reqd? | 01/01/70 00:00 | |
lib + header file(s) goes hand-in-hand | 01/01/70 00:00 | |
put prototypes in header? | 01/01/70 00:00 | |
Should already be in a header file | 01/01/70 00:00 | |
Not exactly | 01/01/70 00:00 | |
Oh yes you do! | 01/01/70 00:00 | |
Why do warnings come? | 01/01/70 00:00 | |
Normally many small source files | 01/01/70 00:00 | |
so the solution is... | 01/01/70 00:00 | |
most likely![]() | 01/01/70 00:00 |