http://llvm.org/bugs/show_bug.cgi?id=21874

            Bug ID: 21874
           Summary: Feature request: support #pragma GCC diagnostic
                    ignored
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Please support using #pragma GCC diagnostic ignored "-W<option>" to disable
warnings. Currently there is no way to disable warnings on generated code
because the only methods of doing so require modifying the source file which
will simply be overwritten the next time code is re-generated.

Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to