question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Clang warnings: unknown warning option '-Wno-format-overflow' '-Wno-misleading-indentation';

See original GitHub issue
warning: unknown warning option '-Wno-misleading-indentation'; did you mean '-Wno-binding-in-condition'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-format-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
yurivictcommented, Jan 24, 2019

–deleted–

1reaction
yurivictcommented, Jan 24, 2019

Sorry, it was for a wrong project.

Read more comments on GitHub >

github_iconTop Results From Across the Web

unknown warning option '-Wno-maybe-uninitialized'" - Stack ...
This is a bug in llvm-config . Long story short, llvm-config outputs -Wno-maybe-uninitialized which is not a warning implemented by clang.
Read more >
Diagnostic flags in Clang — Clang 16.0.0git documentation
This diagnostic is enabled by default. Diagnostic text: warning: performSelector may cause a leak because its selector is unknown ...
Read more >
Wno-format-truncation' [-Wunknown-warning-option]
These warning messages are appearing with clang. warning: unknown warning option '-Wno-format-truncation' [-Wunknown-warning-option] ...
Read more >
Unable to suppress certain warnings when building with clang ...
To verify that it's generally working I added -Wno-asdfdasf and immediately got compile warnings about an unknown warning.
Read more >
Add -Wno-unknown-warning-option to default Clang flags
I'd like to propose adding -Wno-unknown-warning-option to the default Clang compiler flags. If we don't do this, when we add new warning flags...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found