Opened 10 years ago
Closed 5 years ago
#7883 closed Bugs (fixed)
unused parameter warnings
| Reported by: | Owned by: | Joel de Guzman | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | spirit | 
| Version: | Boost 1.52.0 | Severity: | Problem | 
| Keywords: | Cc: | 
Description
Hello,
I've noticed a few 'unused parameter' warnings in the spirit library, as discussed in the related bug https://svn.boost.org/trac/boost/ticket/7880. After suggestion, I'm submitting a new bug against the specific project.
Attached is a patch that fixes those ones that I've found (by not naming the parameters).
Attachments (1)
Change History (3)
by , 10 years ago
| Attachment: | boost-7883.patch added | 
|---|
comment:1 by , 5 years ago
comment:2 by , 5 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
Fixed in https://github.com/boostorg/spirit/commit/5c44ac5af59b661aaca4002cbb1d81f14e084d89 and https://github.com/boostorg/spirit/pull/335