diff options
| author | hathach <[email protected]> | 2023-07-01 17:46:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-07-01 17:46:21 +0700 |
| commit | e7431f54f207b8563f2d8dba3384dba243d55bf4 (patch) | |
| tree | 2d257cf40c80c90bd52dd8a19b73022dddf27a02 /src | |
| parent | 54dc699ddd4ff0c9ac4595ff752a97861dd434dc (diff) | |
fix undef with fsp
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/renesas/rusb2/rusb2_ra.h | 1 |
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 |
