Opened 9 years ago
Closed 9 years ago
#8852 closed Bugs (fixed)
unreferenced parameter warning
Reported by: | Owned by: | Emil Dotchevski | |
---|---|---|---|
Milestone: | To Be Determined | Component: | exception |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description (last modified by )
Fixed in trunk revision 85076.
Attachments (1)
Change History (4)
by , 9 years ago
Attachment: | boost-8852.diff added |
---|
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Windows, msvc11 (VC++ 2012). One needs to compile with /W4 (the unreferenced parameter warning is a level-4 warning).
comment:3 by , 9 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks. Which compiler version issues the warning, on which platform, and with what command line?