Opened 14 years ago
Closed 14 years ago
#2202 closed Patches (fixed)
Silence some unused parameter warnings in mpi.
| Reported by: | Owned by: | Douglas Gregor | |
|---|---|---|---|
| Milestone: | Boost 1.36.0 | Component: | mpi |
| Version: | Boost 1.36.0 | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
A patch to silence a couple warnings about unused parameters. This is only for the sections that I'm using; there may be others.
Attachments (1)
Change History (2)
by , 14 years ago
| Attachment: | silence_mpi.patch added |
|---|
comment:1 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [48608]) Silence unused-variable warnings. Fixes #2202