-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
25 warnings for the Getting Started project #18
Comments
Yes, we also see this. Will clean up. |
igrr
pushed a commit
that referenced
this issue
Sep 26, 2016
Clean up warnings and remove unused parts of FreeRTOS For third party components (lwip and expat), compilation flags are adjusted to silence existing warnings (i have manually checked that all warnings are benign). In components/esp32, replaced use of WIFI_DEBUG with ESP_LOG functions. Additionally prvLockQueue/prvUnlockQueue have been removed, dragging some other bits of FreeRTOS along. Original issue: #18 See merge request !111
Fixed in master, compiling the template app shouldn't produce any warnings now. |
igrr
pushed a commit
that referenced
this issue
Jul 7, 2017
…llel (#18) Just don't pass '-j' to the 'make clean' command
I mistyped the issue number, so, I erroneusly referenced this issue. Sorry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
make
on Toolchain for Windows for the bare Getting Started project completes successfully and shows 25 warnings. Below is the list taken from Eclipse for easier reading:Do you see the same?
The text was updated successfully, but these errors were encountered: