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)
Change History (4)
by , 10 years ago
Attachment: | 0006-Fix-GCC-5-unused-variable-warning.patch added |
---|
comment:1 by , 10 years ago
patch: | 0 → 1 |
---|
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
Applied in hrev49221. Thanks!