Code not suited for strict compile rules #1981
lefebvresam
started this conversation in
Ideas
Replies: 1 comment
-
Hi @lefebvresam , thanks for bringing this to our attention. We will be looking into it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Development Machine, OS, Compiler (and Other Relevant Toolchain Info)
WSL2 on Windows10 education pro
Cross compiled for arm on Ubuntu 20.04
SDK Version (Please Give Commit SHA if Manually Compiling)
1.4.1
Describe the Bug
When compiling with strict compile rules as already available in an existing project, there are a lot of 'pendantic' and other errors. To get rid of them you need to compile without -Wall, -pendantic and -Werror. This makes it difficult to mix compilation with other libs.
Beta Was this translation helpful? Give feedback.
All reactions