Skip to content

Commit 3ad16c8

Browse files
committed
docs: Mention how to disable warnings-as-errors
1 parent 4619dcf commit 3ad16c8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/developing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ NOTE: Tested on Linux and Mac OS. Not tested on Windows Subsystem for Linux (WSL
6161
make check_unix
6262
```
6363

64+
If this fails to build due to compiled warnings from inside MicroPython code, try
65+
```
66+
make check_unix CFLAGS_EXTRA=-Wno-error
67+
```
68+
69+
6470
You should see each of the test functions in tests/ being ran,
6571
and then a summary at the end with something like:
6672

0 commit comments

Comments
 (0)