We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc057f2 commit 3523aa2Copy full SHA for 3523aa2
src/resolv_wrapper.c
@@ -1296,7 +1296,6 @@ enum rwrap_lib {
1296
RWRAP_LIBRESOLV
1297
};
1298
1299
-#ifndef NDEBUG
1300
static const char *rwrap_str_lib(enum rwrap_lib lib)
1301
{
1302
switch (lib) {
@@ -1309,7 +1308,6 @@ static const char *rwrap_str_lib(enum rwrap_lib lib)
1309
1308
/* Compiler would warn us about unhandled enum value if we get here */
1310
return "unknown";
1311
}
1312
-#endif
1313
1314
static void *rwrap_load_lib_handle(enum rwrap_lib lib)
1315
0 commit comments