Skip to content
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

added flag to supress warnning messages #126

Merged
merged 1 commit into from
Apr 2, 2023

Conversation

hpsaturn
Copy link
Contributor

@hpsaturn hpsaturn commented Apr 2, 2023

Summary

This PR try to remove some extra-warnning messages with a build flag DISABLE_ALL_LIBRARY_WARNINGS used in other libraries. For instance the pragma messages are generated in the current version by third party libraries like TFT_eSPI, and is impossible suppress it. These validation included in the PR try to handle it.

Problem

.pio/libdeps/TTGO_TDISPLAY/esp32FOTA/src/esp32FOTA.hpp:49:19: note: #pragma message: Using SPIFFS for certificate validation
   #pragma message "Using SPIFFS for certificate validation"
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@chrisjoyce911 chrisjoyce911 merged commit e865dee into chrisjoyce911:master Apr 2, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants