http://llvm.org/bugs/show_bug.cgi?id=16667
Bug ID: 16667
Summary: Warning 'pragma once in main file' doesn't print its
command line option
Product: new-bugs
Version: 3.2
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
What it prints now:
test.cpp:1:9: warning: #pragma once in main file
#pragma once
^
1 warning generated.
What it should print:
test.cpp:1:9: warning: #pragma once in main file [-Wpragma-once-in-main-file]
#pragma once
^
1 warning generated.
--
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