diff --git a/srcs/opendhcp183/opendhcpd.h b/srcs/opendhcp183/opendhcpd.h index 7b56605..6db686e 100644 --- a/srcs/opendhcp183/opendhcpd.h +++ b/srcs/opendhcp183/opendhcpd.h @@ -1,3 +1,5 @@ +#pragma clang diagnostic push +#pragma ide diagnostic ignored "cppcoreguidelines-pro-type-member-init" /************************************************************************** * Copyright (C) 2005 by Achal Dhir * * achaldhir@gmail.com * @@ -777,4 +779,5 @@ void sendUserList(data19 *req, const char *pRequest, dhcpMap *dhcpCache, void sendAllLists(data19 *req, bool kRunning, dhcpMap *dhcpCache, data2 *cfig); int getHwAddr(char *buff, char *mac); int arpSet(const char *ifname, char *ipStr, char *mac); -sockaddr_in get_cliAddr(char *nicif, char *tempbuff, data9 *req); \ No newline at end of file +sockaddr_in get_cliAddr(char *nicif, char *tempbuff, data9 *req); +#pragma clang diagnostic pop \ No newline at end of file