Opened 10 years ago

Closed 9 years ago

#11993 closed enhancement (fixed)

[Patch] Fix GCC 5 unused-variable warning.

Reported by: mt Owned by: waddlesplash
Priority: normal Milestone: Unscheduled
Component: Preferences/Time & Date Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

GCC 5 (5.1.0-RC-20150412) reports.

/home/haiku/haiku/haiku/src/preferences/time/ClockView.cpp:29:20: error: 'kIndentSpacing' defined but not used [-Werror=unused-variable]
 static const float kIndentSpacing
                    ^

Attachments (1)

0006-Fix-GCC-5-unused-variable-warning.patch (704 bytes ) - added by mt 10 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by mt, 10 years ago

patch: 01

comment:2 by waddlesplash, 9 years ago

Owner: changed from axeld to waddlesplash
Status: newin-progress

comment:3 by waddlesplash, 9 years ago

Resolution: fixed
Status: in-progressclosed

Applied in hrev49221. Thanks!

Note: See TracTickets for help on using tickets.