-
Notifications
You must be signed in to change notification settings - Fork 11
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
Warning options need to be updated when compiling with clang #1
Labels
kind/hackathon
Hackathon challenge
Comments
Hackathon points: 20 |
working on it |
See this page for info on using |
iAmGroute
pushed a commit
to iAmGroute/lib-compiler-rt
that referenced
this issue
Mar 31, 2023
GitHub-Fixes: unikraft#1 Co-authored-by: Nikos Oikonomou <[email protected]> Signed-off-by: Nikos Oikonomou <[email protected]> Signed-off-by: Groute <[email protected]>
iAmGroute
pushed a commit
to iAmGroute/lib-compiler-rt
that referenced
this issue
Mar 31, 2023
GitHub-Fixes: unikraft#1 Co-authored-by: Nikos Oikonomou <[email protected]> Signed-off-by: Nikos Oikonomou <[email protected]> Signed-off-by: Groute <[email protected]>
iAmGroute
pushed a commit
to iAmGroute/lib-compiler-rt
that referenced
this issue
May 10, 2023
Clang (12.0.0) does not recognize the warnings: no-unused-but-set-variable, no-maybe-uninitialized, no-builtin-declaration-mismatch. It would print "unknown warning option" warning messages during compilation. These should be enabled only when compiling with GCC (tested with 11.3.0). GitHub-Fixes: unikraft#1 Co-authored-by: Nikos Oikonomou <[email protected]> Signed-off-by: Nikos Oikonomou <[email protected]> Signed-off-by: Groute <[email protected]>
iAmGroute
pushed a commit
to iAmGroute/lib-compiler-rt
that referenced
this issue
Jun 20, 2023
Clang (12.0.0) does not recognize the warnings: no-unused-but-set-variable no-maybe-uninitialized no-builtin-declaration-mismatch It would print "unknown warning option" warning messages. These should be enabled only with GCC (tested with 11.3.0). GitHub-Fixes: unikraft#1 Co-authored-by: Nikos Oikonomou <[email protected]> Signed-off-by: Nikos Oikonomou <[email protected]> Signed-off-by: Groute <[email protected]>
iAmGroute
pushed a commit
to iAmGroute/lib-compiler-rt
that referenced
this issue
Jun 20, 2023
Clang (12.0.0) does not recognize the warnings: no-unused-but-set-variable no-maybe-uninitialized no-builtin-declaration-mismatch It would print "unknown warning option" warning messages. These should be enabled only with GCC (tested with 11.3.0). GitHub-Fixes: unikraft#1 Co-authored-by: Nikos Oikonomou <[email protected]> Signed-off-by: Nikos Oikonomou <[email protected]> Signed-off-by: Groute <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using clang as the compiler, warning options issue ... warnings:
The text was updated successfully, but these errors were encountered: