Skip to content

Commit e7431f5

Browse files
committed
fix undef with fsp
1 parent 54dc699 commit e7431f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/portable/renesas/rusb2/rusb2_ra.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ extern "C" {
3434
#ifdef __GNUC__
3535
#pragma GCC diagnostic push
3636
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
37+
#pragma GCC diagnostic ignored "-Wundef"
3738

3839
// extra push due to https://github.com/renesas/fsp/pull/278
3940
#pragma GCC diagnostic push

0 commit comments

Comments
 (0)