diff options
| author | hathach <[email protected]> | 2024-11-28 10:36:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-11-28 10:36:17 +0700 |
| commit | 3cacb01459670ed20b094ebafc97812437fc173f (patch) | |
| tree | 0a57dd4592f3646ec38596fa125b4b1143338d31 /examples/build_system/make | |
| parent | 4212db1b83e472e669173b94f692e574c9f23720 (diff) | |
| parent | 5bb90efd5ff59d3b1d67f3c9269ce1aa57a925a6 (diff) | |
Merge branch 'refs/heads/master' into fork/GuavTek/recover_zero_length_desc
Diffstat (limited to 'examples/build_system/make')
| -rw-r--r-- | examples/build_system/make/toolchain/gcc_common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/build_system/make/toolchain/gcc_common.mk b/examples/build_system/make/toolchain/gcc_common.mk index 6986d8bba..0cbb6774d 100644 --- a/examples/build_system/make/toolchain/gcc_common.mk +++ b/examples/build_system/make/toolchain/gcc_common.mk @@ -31,6 +31,7 @@ CFLAGS += \ -Wreturn-type \ -Wredundant-decls \ +# -Wmissing-prototypes \ # conversion is too strict for most mcu driver, may be disable sign/int/arith-conversion # -Wconversion |
