Skip to content

Commit e4c299a

Browse files
committed
tests: lib: mem_alloc: Re-enable warning
This warning no longer seems to be needed. CI passes with it removed. Signed-off-by: Tom Hughes <[email protected]>
1 parent 6a0efa1 commit e4c299a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/lib/mem_alloc/src/main.c

-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616
* it guarantee that ALL functionality provided is working correctly.
1717
*/
1818

19-
#if defined(__GNUC__)
20-
/*
21-
* Don't complain about ridiculous alloc size requests
22-
*/
23-
#pragma GCC diagnostic push
24-
#pragma GCC diagnostic ignored "-Walloc-size-larger-than="
25-
#endif
26-
2719
#define _BSD_SOURCE
2820
#include <zephyr/kernel.h>
2921
#include <zephyr/ztest.h>

0 commit comments

Comments
 (0)