Opened 13 years ago
Closed 13 years ago
#266 closed patch (fixed)
Warnings os_darwin.cpp: -Wself-assign
| Reported by: | gecko2 | Owned by: | Christian Franke |
|---|---|---|---|
| Priority: | minor | Milestone: | Release 6.2 |
| Component: | smartd | Version: | 6.0 |
| Keywords: | macosx | Cc: |
Description
During compilation i get severel -Wself-sign warnings in os_darwin.cpp on MacOSX.
The attached patch fixes those warnings.
The patch works with 6.0 and 6.1.
Attachments (2)
Change History (7)
by , 13 years ago
| Attachment: | smartmontools.patch added |
|---|
comment:1 by , 13 years ago
| Keywords: | macosx added |
|---|
comment:2 by , 13 years ago
| Milestone: | → Release 6.2 |
|---|---|
| Owner: | changed from to |
| Status: | new → accepted |
comment:3 by , 13 years ago
Please test the attached new patch version. It uses the traditional C++ way to specify unused parameters and removes the dummy functions no longer called since r3192.
Note:
See TracTickets
for help on using tickets.

Add Keywords