diff options
| author | William D. Jones <[email protected]> | 2019-10-02 23:18:49 -0400 |
|---|---|---|
| committer | William D. Jones <[email protected]> | 2019-10-02 23:18:49 -0400 |
| commit | 5ee1070c16363702dc0693ba31e1e0dab4cd4235 (patch) | |
| tree | 8d1bcc82afcfacc09960cae71043670b656318bb /examples/make.mk | |
| parent | b0b737b42a14982a1f928e408ba7eadc3f474d04 (diff) | |
| parent | e59742f200ec4635dffb50b09d40bc05f6ac5eda (diff) | |
Merge remote-tracking branch 'origin' into msp430f5529
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/make.mk b/examples/make.mk index f2428f5e3..dc0d74bb0 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -60,8 +60,10 @@ CFLAGS += \ -Wno-endif-labels \ -Wstrict-prototypes \ -Wall \ + -Wextra \ -Werror \ -Werror-implicit-function-declaration \ + -Wfatal-errors \ -Wfloat-equal \ -Wundef \ -Wshadow \ |
