Tagged Questions
2
votes
7answers
4k views
Disable warning messages in GCC through header files?
I am using the function gets() in my C code.
My code is working fine but I am getting a warning message
(.text+0xe6): warning: the `gets' function is dangerous and should not be used.
I want this ...