Suppress over-eager compiler warning in tests
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
28f424f238
commit
63e6a88874
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
#include "../library/alignment.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#pragma clang diagnostic ignored "-Wunreachable-code"
|
||||
/* END_HEADER */
|
||||
|
||||
/* BEGIN_CASE */
|
||||
|
|
Loading…
Reference in a new issue