summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-07-01 17:46:21 +0700
committerhathach <[email protected]>2023-07-01 17:46:21 +0700
commite7431f54f207b8563f2d8dba3384dba243d55bf4 (patch)
tree2d257cf40c80c90bd52dd8a19b73022dddf27a02
parent54dc699ddd4ff0c9ac4595ff752a97861dd434dc (diff)
fix undef with fsp
-rw-r--r--src/portable/renesas/rusb2/rusb2_ra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable/renesas/rusb2/rusb2_ra.h b/src/portable/renesas/rusb2/rusb2_ra.h
index be0a9fa66..df4afdfa0 100644
--- a/src/portable/renesas/rusb2/rusb2_ra.h
+++ b/src/portable/renesas/rusb2/rusb2_ra.h
@@ -34,6 +34,7 @@ extern "C" {
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
+#pragma GCC diagnostic ignored "-Wundef"
// extra push due to https://github.com/renesas/fsp/pull/278
#pragma GCC diagnostic push