===> Building for ctrlproxy-3.0.8nb24 Compiling src/linestack-cmd.c src/linestack-cmd.c:145:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(argv[1], "client")) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/linestack-cmd.c:147:12: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] else if (!g_strcasecmp(argv[1], "server")) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/linestack-cmd.c:178:27: warning: variable 'info' set but not used [-Wunused-but-set-variable] struct irc_network_info *info; ^ 3 warnings generated. Compiling src/posix.c Compiling src/cache.c src/cache.c:211:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[0], cache_commands[i].name)) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 1 warning generated. Compiling src/util.c Compiling src/hooks.c src/hooks.c:64:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(d->name, name)) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 1 warning generated. Compiling src/linestack.c src/linestack.c:32:58: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] linestack_backends = g_slist_append(linestack_backends, g_memdup(b, sizeof(*b))); ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ src/linestack.c:214:3: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] g_strcasecmp(l->args[0], "PRIVMSG") && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/linestack.c:215:3: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] g_strcasecmp(l->args[0], "NOTICE")) return TRUE; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/linestack.c:218:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if ((!g_strcasecmp(l->args[0], "PRIVMSG") || ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/linestack.c:219:4: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(l->args[0], "NOTICE")) && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/linestack.c:221:3: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] g_strncasecmp(l->args[2], "\001ACTION", 7) != 0) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:270:1: note: 'g_strncasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/linestack.c:225:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(linestack_messages[i], l->args[0])) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/linestack.c:253:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if ((!g_strcasecmp(l->args[0], "PRIVMSG") || ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/linestack.c:254:4: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(l->args[0], "NOTICE")) && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/linestack.c:272:6: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(l->args[0], "PRIVMSG") != 0 && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/linestack.c:273:3: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] g_strcasecmp(l->args[0], "NOTICE") != 0) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/linestack.c:289:6: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(l->args[0], "PRIVMSG") != 0 && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/linestack.c:290:3: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] g_strcasecmp(l->args[0], "NOTICE") != 0) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 13 warnings generated. Compiling src/plugins.c src/plugins.c:56:20: warning: 'g_module_build_path' is deprecated [-Wdeprecated-declarations] else path_name = g_module_build_path(modulesdir, name); ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/gmodule.h:141:1: note: 'g_module_build_path' has been explicitly marked deprecated here GMODULE_DEPRECATED_IN_2_76 ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/gmodule/gmodule-visibility.h:887:36: note: expanded from macro 'GMODULE_DEPRECATED_IN_2_76' #define GMODULE_DEPRECATED_IN_2_76 GMODULE_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/gmodule/gmodule-visibility.h:30:28: note: expanded from macro 'GMODULE_DEPRECATED' #define GMODULE_DEPRECATED G_DEPRECATED _GMODULE_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/plugins.c:123:44: warning: Deprecated pre-processor symbol [-W#pragma-messages] if (strcmp(name + strlen(name) - strlen(G_MODULE_SUFFIX), G_MODULE_SUFFIX) != 0) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/lib/glib-2.0/include/glibconfig.h:195:30: note: expanded from macro 'G_MODULE_SUFFIX' #define G_MODULE_SUFFIX "so" GLIB_DEPRECATED_MACRO_IN_2_76 ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:889:39: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_76' #define GLIB_DEPRECATED_MACRO_IN_2_76 GLIB_DEPRECATED_MACRO ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1302:31: note: expanded from macro 'GLIB_DEPRECATED_MACRO' #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol") ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:10:6: note: expanded from here GCC warning "Deprecated pre-processor symbol" ^ src/plugins.c:123:62: warning: Deprecated pre-processor symbol [-W#pragma-messages] if (strcmp(name + strlen(name) - strlen(G_MODULE_SUFFIX), G_MODULE_SUFFIX) != 0) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/lib/glib-2.0/include/glibconfig.h:195:30: note: expanded from macro 'G_MODULE_SUFFIX' #define G_MODULE_SUFFIX "so" GLIB_DEPRECATED_MACRO_IN_2_76 ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:889:39: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_76' #define GLIB_DEPRECATED_MACRO_IN_2_76 GLIB_DEPRECATED_MACRO ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1302:31: note: expanded from macro 'GLIB_DEPRECATED_MACRO' #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol") ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ <scratch space>:13:6: note: expanded from here GCC warning "Deprecated pre-processor symbol" ^ 3 warnings generated. Compiling src/settings.c src/settings.c:726:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(nc->name, name) == 0) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/settings.c:736:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(sc->host, name) == 0) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/settings.c:739:8: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] if (g_strncasecmp(sc->host, name, strlen(sc->host)) != 0) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:270:1: note: 'g_strncasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/settings.c:744:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(tmp, name) == 0) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/settings.c:931:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(nc->name, name)) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/settings.c:976:25: warning: variable 'n' set but not used [-Wunused-but-set-variable] struct network_config *n; ^ src/settings.c:1275:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(setting, "never") || !g_strcasecmp(setting, "false")) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/settings.c:1275:43: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(setting, "never") || !g_strcasecmp(setting, "false")) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/settings.c:1277:13: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] else if (!g_strcasecmp(setting, "always")) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/settings.c:1279:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] else if (!g_strcasecmp(setting, "replication") || ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/settings.c:1280:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(setting, "true")) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 11 warnings generated. Compiling src/log.c Compiling src/client.c src/client.c:41:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[0], "PRIVMSG") || !g_strcasecmp(l->args[0], "NOTICE")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:41:47: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[0], "PRIVMSG") || !g_strcasecmp(l->args[0], "NOTICE")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:43:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "JOIN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:46:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "PART")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:81:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[0], "QUIT")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:85:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "PING")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:87:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "PONG")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:95:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "USER") || ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:96:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(l->args[0], "PASS")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:99:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "CTRLPROXY")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:102:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(l->args[0], "PRIVMSG") && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:103:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(l->args[1], c->network->global->config->admin_user)) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:105:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "PRIVMSG") && l->argc > 2 && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:107:4: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] g_strncasecmp(l->args[2], "\001ACTION", 7) != 0) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:270:1: note: 'g_strncasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:112:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "NOTICE") && l->argc > 2 && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:115:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/client.c:197:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(client->state->me.nick, client->network->external_state->me.nick) != 0) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 17 warnings generated. Compiling src/redirect.c src/redirect.c:577:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(queries[i].name, name)) return &queries[i]; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 1 warning generated. Compiling src/gen_config.c Compiling src/repl.c src/repl.c:28:37: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] backends = g_list_append(backends, g_memdup(backend, sizeof(*backend))); ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. Compiling src/linestack_file.c Compiling src/ctcp_redirect.c Compiling src/ctcp.c src/ctcp.c:166:29: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] cmds = g_list_append(cmds, g_memdup(h, sizeof(*h))); ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ src/ctcp.c:196:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(hl->name, args[0])) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/ctcp.c:205:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(builtins[i].name, args[0])) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 3 warnings generated. Compiling src/motd.c Compiling src/nickserv.c src/nickserv.c:41:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(e->nick, nick)) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:45:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(e->network, n->name)) return e->pass; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:91:22: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (e->network && !g_strcasecmp(e->network, n->name) && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:92:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(e->nick, n->external_state->me.nick)) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:96:23: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!e->network && !g_strcasecmp(e->nick, n->external_state->me.nick) && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:97:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(e->pass, newpass)) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:120:29: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (dir == FROM_SERVER && !g_strcasecmp(l->args[0], "NICK") && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:121:21: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] nickattempt && !g_strcasecmp(nickattempt, l->args[1])) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:126:27: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (dir == TO_SERVER && !g_strcasecmp(l->args[0], "NICK")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:132:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] (!g_strcasecmp(l->args[0], "PRIVMSG") || !g_strcasecmp(l->args[0], "NOTICE")) && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:132:45: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] (!g_strcasecmp(l->args[0], "PRIVMSG") || !g_strcasecmp(l->args[0], "NOTICE")) && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:133:5: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] (!g_strcasecmp(l->args[1], nickserv_nick(n)) && !g_strncasecmp(l->args[2], "IDENTIFY ", strlen("IDENTIFY ")))) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:133:52: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] (!g_strcasecmp(l->args[1], nickserv_nick(n)) && !g_strncasecmp(l->args[2], "IDENTIFY ", strlen("IDENTIFY ")))) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:270:1: note: 'g_strncasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:138:4: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(l->args[0], "NS") && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:139:4: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(l->args[1], "IDENTIFY")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/nickserv.c:184:11: warning: variable 'ret' set but not used [-Wunused-but-set-variable] gboolean ret; ^ 16 warnings generated. Compiling src/keyfile.c src/keyfile.c:92:11: warning: variable 'empty' set but not used [-Wunused-but-set-variable] gboolean empty = TRUE; ^ 1 warning generated. Compiling src/admin.c src/admin.c:346:22: warning: variable 'n' set but not used [-Wunused-but-set-variable] struct irc_network *n; ^ src/admin.c:714:9: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] return g_strcasecmp(cmda->name, cmdb->name); ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:719:56: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] admin_commands = g_list_insert_sorted(admin_commands, g_memdup(cmd, sizeof(*cmd)), cmp_cmd); ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ src/admin.c:748:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(cmd->name, args[0])) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:818:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[0], "PRIVMSG") || ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:819:4: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(l->args[0], "NOTICE")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:822:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(l->args[0], n->external_state->me.nick) == 0) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:827:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(l->args[1], ADMIN_CHANNEL) && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:828:4: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] g_strcasecmp(l->args[1], "ctrlproxy")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:840:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "ISON")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:851:9: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[i], "ctrlproxy") || ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:852:6: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(l->args[i], n->external_state->me.nick)) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:860:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "USERHOST")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:871:9: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[i], "ctrlproxy")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:874:9: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[i], n->external_state->me.nick)) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:886:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "QUIT")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:888:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "MODE")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:891:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "WHO")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:920:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "JOIN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:925:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "PART")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:933:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "WHOIS")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:938:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "AWAY")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:1139:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(value, "true")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:1142:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(value, "false")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:1187:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(value, "never") || !g_strcasecmp(value, "false")) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:1187:40: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(value, "never") || !g_strcasecmp(value, "false")) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:1189:12: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] else if (!g_strcasecmp(value, "always")) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:1191:13: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] else if (!g_strcasecmp(value, "replication") || ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:1192:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(value, "true")) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/admin.c:1736:12: warning: variable 'status' set but not used [-Wunused-but-set-variable] GIOStatus status; ^ 30 warnings generated. Compiling src/user.c Compiling src/help.c src/help.c:33:3: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free(h->file); ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmappedfile.h:55:1: note: 'g_mapped_file_free' has been explicitly marked deprecated here GLIB_DEPRECATED_FOR(g_mapped_file_unref) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. Compiling src/repl_backends.c src/repl_backends.c:33:6: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(l->args[0], "PRIVMSG") != 0 && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/repl_backends.c:34:3: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] g_strcasecmp(l->args[0], "NOTICE") != 0) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/repl_backends.c:100:6: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (g_strcasecmp(l->args[0], "PRIVMSG") && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/repl_backends.c:101:3: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] g_strcasecmp(l->args[0], "NOTICE")) return TRUE; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 4 warnings generated. Compiling src/listener.c src/listener.c:197:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[0], "PASS")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 1 warning generated. Compiling src/log_support.c Compiling src/log_custom.c src/log_custom.c:192:29: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (dir == FROM_SERVER && !g_strcasecmp(l->args[0], "JOIN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/log_custom.c:194:36: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (dir == FROM_SERVER && !g_strcasecmp(l->args[0], "PART")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/log_custom.c:196:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "PRIVMSG") && l->args[2] != NULL) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/log_custom.c:209:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "NOTICE")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/log_custom.c:211:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "MODE") && l->args[1] != NULL && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/log_custom.c:215:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "QUIT")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/log_custom.c:217:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "KICK") && l->args[1] != NULL && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/log_custom.c:248:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "TOPIC") && dir == FROM_SERVER && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/log_custom.c:254:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "NICK") && dir == FROM_SERVER && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 9 warnings generated. Compiling src/log_subst.c Compiling src/auto_away.c src/auto_away.c:72:27: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (dir == TO_SERVER && !g_strcasecmp(l->args[0], "AWAY")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/auto_away.c:77:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] (!g_strcasecmp(l->args[0], "PRIVMSG") || ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/auto_away.c:78:4: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(l->args[0], "NOTICE"))) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 3 warnings generated. Compiling src/network.c src/network.c:124:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[0], "PING")){ ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/network.c:127:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "PONG")){ ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/network.c:129:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "ERROR")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/network.c:187:10: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[0], "PRIVMSG") && l->argc > 2 && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/network.c:189:6: warning: 'g_strncasecmp' is deprecated [-Wdeprecated-declarations] g_strncasecmp(l->args[2], "\001ACTION", 7) != 0) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:270:1: note: 'g_strncasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/network.c:191:17: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "NOTICE") && l->argc > 2 && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/network.c:245:19: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (n->name && !g_strcasecmp(n->name, hostname)) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/network.c:259:10: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(server->host, hostname) && ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/network.c:260:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] (!g_strcasecmp(server->port, portname) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/network.c:268:19: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (n->name && !g_strcasecmp(n->name, hostname)) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ src/network.c:432:23: warning: variable 'n' set but not used [-Wunused-but-set-variable] struct irc_network *n; ^ 11 warnings generated. Compiling src/gnutls.c src/gnutls.c:31:2: warning: 'gnutls_certificate_credentials' is deprecated [-Wdeprecated-declarations] gnutls_certificate_credentials cred; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:87:2: note: 'gnutls_certificate_credentials' has been explicitly marked deprecated here _GNUTLS_GCC_ATTR_DEPRECATED; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:39:52: note: expanded from macro '_GNUTLS_GCC_ATTR_DEPRECATED' #define _GNUTLS_GCC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ src/gnutls.c:39:2: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations] gnutls_session session; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:72:41: note: 'gnutls_session' has been explicitly marked deprecated here typedef gnutls_session_t gnutls_session _GNUTLS_GCC_ATTR_DEPRECATED; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:39:52: note: expanded from macro '_GNUTLS_GCC_ATTR_DEPRECATED' #define _GNUTLS_GCC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ src/gnutls.c:47:21: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations] verify_certificate (gnutls_session session, const char *hostname, GError **err) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:72:41: note: 'gnutls_session' has been explicitly marked deprecated here typedef gnutls_session_t gnutls_session _GNUTLS_GCC_ATTR_DEPRECATED; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:39:52: note: expanded from macro '_GNUTLS_GCC_ATTR_DEPRECATED' #define _GNUTLS_GCC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ src/gnutls.c:51:51: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] res = gnutls_certificate_verify_peers2 (session, &status); ^~~~~~~ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/gnutls.h:2788:24: note: passing argument to parameter 'status' here unsigned int *status); ^ src/gnutls.c:87:9: warning: 'gnutls_datum' is deprecated [-Wdeprecated-declarations] const gnutls_datum* cert_list; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:103:37: note: 'gnutls_datum' has been explicitly marked deprecated here typedef gnutls_datum_t gnutls_datum _GNUTLS_GCC_ATTR_DEPRECATED; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:39:52: note: expanded from macro '_GNUTLS_GCC_ATTR_DEPRECATED' #define _GNUTLS_GCC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ src/gnutls.c:89:3: warning: 'gnutls_x509_crt' is deprecated [-Wdeprecated-declarations] gnutls_x509_crt cert; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:82:43: note: 'gnutls_x509_crt' has been explicitly marked deprecated here typedef gnutls_x509_crt_t gnutls_x509_crt _GNUTLS_GCC_ATTR_DEPRECATED; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:39:52: note: expanded from macro '_GNUTLS_GCC_ATTR_DEPRECATED' #define _GNUTLS_GCC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ src/gnutls.c:352:8: warning: 'gnutls_dh_params' is deprecated [-Wdeprecated-declarations] static gnutls_dh_params dh_params = NULL; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:96:45: note: 'gnutls_dh_params' has been explicitly marked deprecated here typedef gnutls_dh_params_t gnutls_dh_params _GNUTLS_GCC_ATTR_DEPRECATED; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:39:52: note: expanded from macro '_GNUTLS_GCC_ATTR_DEPRECATED' #define _GNUTLS_GCC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ src/gnutls.c:393:2: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations] gnutls_session session = NULL; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:72:41: note: 'gnutls_session' has been explicitly marked deprecated here typedef gnutls_session_t gnutls_session _GNUTLS_GCC_ATTR_DEPRECATED; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:39:52: note: expanded from macro '_GNUTLS_GCC_ATTR_DEPRECATED' #define _GNUTLS_GCC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ 8 warnings generated. Compiling src/tlscert.c src/tlscert.c:43:2: warning: 'gnutls_x509_crt' is deprecated [-Wdeprecated-declarations] gnutls_x509_crt cacrt, crt; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:82:43: note: 'gnutls_x509_crt' has been explicitly marked deprecated here typedef gnutls_x509_crt_t gnutls_x509_crt _GNUTLS_GCC_ATTR_DEPRECATED; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:39:52: note: expanded from macro '_GNUTLS_GCC_ATTR_DEPRECATED' #define _GNUTLS_GCC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ src/tlscert.c:44:2: warning: 'gnutls_x509_privkey' is deprecated [-Wdeprecated-declarations] gnutls_x509_privkey key, cakey; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:83:51: note: 'gnutls_x509_privkey' has been explicitly marked deprecated here typedef gnutls_x509_privkey_t gnutls_x509_privkey _GNUTLS_GCC_ATTR_DEPRECATED; ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/gnutls/compat.h:39:52: note: expanded from macro '_GNUTLS_GCC_ATTR_DEPRECATED' #define _GNUTLS_GCC_ATTR_DEPRECATED __attribute__((__deprecated__)) ^ 2 warnings generated. Compiling lib/state.c lib/state.c:1120:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(irc_commands[i].command, l->args[0])) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 1 warning generated. Compiling lib/client.c lib/client.c:304:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[0], "NICK")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/client.c:312:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "USER")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/client.c:324:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "PASS")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/client.c:326:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "CONNECT")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/client.c:656:10: warning: comparison of array 'n->modes' not equal to a null pointer is always true [-Wtautological-pointer-compare] if (n->modes != NULL) { ~~~^~~~~ ~~~~ 5 warnings generated. Compiling lib/transport.c Compiling lib/line.c lib/line.c:208:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[0], "MODE")) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/line.c:211:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[0], "NICK")) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/line.c:359:8: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] ret = g_memdup(l, sizeof(struct irc_line)); ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 3 warnings generated. Compiling lib/isupport.c lib/isupport.c:235:24: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size] strncat(elist, "M", sizeof(elist)); ^~~~~~~~~~~~~ lib/isupport.c:235:24: note: change the argument to be the free space in the destination buffer minus the terminating null byte strncat(elist, "M", sizeof(elist)); ^~~~~~~~~~~~~ sizeof(elist) - strlen(elist) - 1 lib/isupport.c:237:24: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size] strncat(elist, "N", sizeof(elist)); ^~~~~~~~~~~~~ lib/isupport.c:237:24: note: change the argument to be the free space in the destination buffer minus the terminating null byte strncat(elist, "N", sizeof(elist)); ^~~~~~~~~~~~~ sizeof(elist) - strlen(elist) - 1 lib/isupport.c:239:24: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size] strncat(elist, "U", sizeof(elist)); ^~~~~~~~~~~~~ lib/isupport.c:239:24: note: change the argument to be the free space in the destination buffer minus the terminating null byte strncat(elist, "U", sizeof(elist)); ^~~~~~~~~~~~~ sizeof(elist) - strlen(elist) - 1 lib/isupport.c:241:24: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size] strncat(elist, "C", sizeof(elist)); ^~~~~~~~~~~~~ lib/isupport.c:241:24: note: change the argument to be the free space in the destination buffer minus the terminating null byte strncat(elist, "C", sizeof(elist)); ^~~~~~~~~~~~~ sizeof(elist) - strlen(elist) - 1 lib/isupport.c:243:24: warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size] strncat(elist, "T", sizeof(elist)); ^~~~~~~~~~~~~ lib/isupport.c:243:24: note: change the argument to be the free space in the destination buffer minus the terminating null byte strncat(elist, "T", sizeof(elist)); ^~~~~~~~~~~~~ sizeof(elist) - strlen(elist) - 1 lib/isupport.c:313:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(key, "CASEMAPPING")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:314:8: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(val, "rfc1459")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:316:15: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(val, "strict-rfc1459")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:318:15: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(val, "ascii")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:324:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "NETWORK")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:327:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "IRCD")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:330:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "NICKLEN") || !g_strcasecmp(key, "MAXNICKLEN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:330:47: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "NICKLEN") || !g_strcasecmp(key, "MAXNICKLEN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:332:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "USERLEN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:334:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "HOSTLEN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:336:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "OVERRIDE")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:338:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "CHANNELLEN") || !g_strcasecmp(key, "MAXCHANNELLEN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:338:50: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "CHANNELLEN") || !g_strcasecmp(key, "MAXCHANNELLEN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:340:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "AWAYLEN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:342:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "KICKLEN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:344:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "TOPICLEN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:346:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "WATCH")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:348:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "VBANLIST")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:350:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "MAXPARA")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:352:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "MAXCHANNELS")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:354:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "MAXTARGETS")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:356:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "REMOVE")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:358:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "MAXBANS")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:360:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "MODES")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:362:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "WALLCHOPS")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:364:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "MAP")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:366:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "SSL")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:368:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "WALLVOICES")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:370:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "RFC2812")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:372:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "PENALTY")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:374:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "FNC")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:376:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "SAFELIST")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:378:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "USERIP")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:380:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "CPRIVMSG")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:382:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "CNOTICE")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:384:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "KNOCK")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:386:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "CAPAB")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:388:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "HCN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:390:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "VCHANNELS")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:392:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "WHOX")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:394:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "CALLERID")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:396:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "ACCEPT")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:398:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "ESILENCE")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:400:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "UHNAMES")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:402:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "KEYLEN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:404:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "SILENCE")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:410:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "CHANTYPES")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:413:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "CHANMODES")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:428:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "CHANLIMIT")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:431:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "EXCEPTS")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:438:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "INVEX")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:445:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "ELIST")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:459:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "DEAF")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:466:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "EXTBAN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:478:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "MAXLIST")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:481:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "IDCHAN")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:484:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "STATUSMSG")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:487:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "PREFIX")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:494:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "CHARSET")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:497:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "NAMESX")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/isupport.c:499:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(key, "SECURELIST")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 66 warnings generated. Compiling lib/connection.c lib/connection.c:245:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] (!g_strcasecmp(l.args[0], "PRIVMSG") || ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/connection.c:246:4: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] !g_strcasecmp(l.args[0], "NOTICE"))) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ lib/connection.c:521:39: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] s->connection.data.tcp.remote_name = g_memdup(res->ai_addr, ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ lib/connection.c:992:19: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (n->name && !g_strcasecmp(n->name, name)) ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 4 warnings generated. Compiling lib/url.c Compiling lib/util.c Compiling lib/listener.c lib/listener.c:468:12: warning: variable 'status' set but not used [-Wunused-but-set-variable] GIOStatus status; ^ lib/listener.c:533:11: warning: variable 'accepted' set but not used [-Wunused-but-set-variable] gboolean accepted; ^ 2 warnings generated. Linking libirc.a Linking linestack-cmd Compiling src/admin-cmd.c Linking ctrlproxy-admin Compiling src/main.c src/main.c:337:7: warning: 'daemon' is deprecated: first deprecated in macOS 10.5 - Use posix_spawn APIs instead. [-Wdeprecated-declarations] if (daemon(1, 0) < 0) { ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/stdlib.h:294:6: note: 'daemon' has been explicitly marked deprecated here int daemon(int, int) __DARWIN_1050(daemon) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_5, __IPHONE_2_0, __IPHONE_2_0, "Use posix_spawn APIs instead.") __WATCHOS_PROHIBITED __TVOS_PROHIBITED; ^ 1 warning generated. Linking ctrlproxy Compiling daemon/main.c daemon/main.c:355:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] if (!g_strcasecmp(l->args[0], "PASS")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ daemon/main.c:357:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "CONNECT")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ daemon/main.c:360:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "USER") && l->argc > 4) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ daemon/main.c:365:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "NICK")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ daemon/main.c:367:14: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations] } else if (!g_strcasecmp(l->args[0], "QUIT")) { ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:267:1: note: 'g_strcasecmp' has been explicitly marked deprecated here GLIB_DEPRECATED ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:30:25: note: expanded from macro 'GLIB_DEPRECATED' #define GLIB_DEPRECATED G_DEPRECATED _GLIB_EXTERN ^ /Users/pbulk/build/chat/ctrlproxy/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ daemon/main.c:506:7: warning: 'daemon' is deprecated: first deprecated in macOS 10.5 - Use posix_spawn APIs instead. [-Wdeprecated-declarations] if (daemon(1, 0) < 0) { ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/stdlib.h:294:6: note: 'daemon' has been explicitly marked deprecated here int daemon(int, int) __DARWIN_1050(daemon) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_5, __IPHONE_2_0, __IPHONE_2_0, "Use posix_spawn APIs instead.") __WATCHOS_PROHIBITED __TVOS_PROHIBITED; ^ 6 warnings generated. Compiling daemon/user.c Compiling daemon/client.c Compiling daemon/backend.c Linking ctrlproxyd *** Please use pkgtools/verifypc to sanity check dependencies.