networkclient
Build Helpers

Macros

#define PRINTF_LIKE(n)
 
#define NEVER_RETURNS
 
#define UNUSED
 
#define BLANK_FORMAT   ""
 

Detailed Description

These definitions give the GNU C compiler more information about the functions being compiled. They are used to either remove warnings, or to enable better warnings.

Macro Definition Documentation

#define BLANK_FORMAT   ""

Macro used to quiet compiler warnings inside of the library.

#define NEVER_RETURNS

Macro used to quiet compiler warnings inside of the library.

#define PRINTF_LIKE (   n)

Macro used to quiet compiler warnings inside of the library.

#define UNUSED

Macro used to quiet compiler warnings inside of the library.

Referenced by nr_socket_open().