diff options
| author | hathach <[email protected]> | 2024-05-02 18:24:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-05-02 18:24:47 +0700 |
| commit | 2213fe40e57d54f28df54d3b48305eceaa89b03d (patch) | |
| tree | c04349e08e72c7c90eec550120ca4ed1ccdeebdf /src | |
| parent | 19cb2f1a3cb7b281101b0465128d4bda23e89d34 (diff) | |
add cmake for lpc15
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c b/src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c index 6bb440743..cc18cf59b 100644 --- a/src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c +++ b/src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c @@ -45,6 +45,7 @@ #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunused-parameter" + #pragma GCC diagnostic ignored "-Wstrict-prototypes" #endif #include "chip.h" |
