tests: posix: headers: net: Re-enable warning
CI passes with the warning removed. Signed-off-by: Tom Hughes <tomhughes@chromium.org>
This commit is contained in:
parent
6487b217ea
commit
3bbe56060f
1 changed files with 0 additions and 3 deletions
|
@ -12,8 +12,6 @@
|
|||
#include <zephyr/posix/netinet/in.h>
|
||||
#endif
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-variable"
|
||||
/**
|
||||
* @brief existence test for `<netinet/in.h>`
|
||||
*
|
||||
|
@ -100,4 +98,3 @@ ZTEST(posix_headers, test_netinet_in_h)
|
|||
zexpect_true(IN6_IS_ADDR_MC_ORGLOCAL(&mcol6));
|
||||
zexpect_true(IN6_IS_ADDR_MC_GLOBAL(&mcg6));
|
||||
}
|
||||
#pragma GCC diagnostic pop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue