Opened 7 years ago

Closed 7 years ago

#11636 closed Patches (fixed)

Fix unused argument warnings

Reported by: lopresti@… Owned by: Andrii Sydorchuk
Milestone: Boost 1.60.0 Component: polygon
Version: Boost Release Branch Severity: Problem
Keywords: Cc:

Description

Attached patch against "master" fixes unused argument warnings from Clang (-Wall).

I can guarantee this patch does not change any behavior, but I would suggest auditing it as some of these warnings appear to be pointing out actual bugs.

Attachments (1)

unused-argument.patch (16.7 KB ) - added by lopresti@… 7 years ago.
Fix unused variable warnings in Boost.Polygon

Download all attachments as: .zip

Change History (3)

by lopresti@…, 7 years ago

Attachment: unused-argument.patch added

Fix unused variable warnings in Boost.Polygon

comment:1 by Andrii Sydorchuk, 7 years ago

Owner: changed from Lucanus Simonson to Andrii Sydorchuk

comment:2 by Andrii Sydorchuk, 7 years ago

Milestone: To Be DeterminedBoost 1.60.0
Resolution: fixed
Status: newclosed
Type: BugsPatches

Thank you for the patch! I looked through the warnings in a more deliberate way. They are fixed in master.

Note: See TracTickets for help on using tickets.