Issue 55492
Summary "-Wno-unused-function" is a valid clang flag but it doesn't do anything
Labels new issue
Assignees
Reporter lukensmall
    "-Wno-unused-function" is a valid clang flag but it doesn't stop -Wunused-function warnings

I'm using clang 13 on OpenBSD in geany and using -Weverything or -pedantic will trip -Wunused-function warnings when there are unused functions. Compiling with "-Wno-unused-function" is legal, but has zero effect.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to