Tagged Questions

1
vote
4answers
4k views

suppress gcc warnings : “warning: this is the location of the previous definition”

I need a set of wrappers around the standard system calls-open,listen,etc. For these i have a few "#define" as in: #define open(a,b,c) JCL_Open(a,b,c) But when i compile the header and associated ...