Opened 10 years ago

Closed 10 years ago

#43732 closed defect (fixed)

ola @0.9.0: error: unused function 'PlaceNum'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: nomis52@…
Priority: Normal Milestone:
Component: ports Version: 2.2.99
Keywords: Cc: p3k (Tobi Schäfer)
Port: ola

Description

ola @0.9.0 does not build for me, on OS X 10.9.2 with Xcode 5.1.1:

StrUtil.cpp:294:21: error: unused function 'PlaceNum' [-Werror,-Wunused-function]
static inline char* PlaceNum(char* p, int num, char prev_sep) {
                    ^
1 error generated.

Attachments (1)

main.log (48.6 KB) - added by ryandesign (Ryan Carsten Schmidt) 10 years ago.

Download all attachments as: .zip

Change History (3)

Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

comment:1 Changed 10 years ago by nomis52@…

This has been fixed in the git repo. It'll get closed when we cut a new release.

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

The port is at version 0.9.2 now so hopefully this problem no longer exists.

Note: See TracTickets for help on using tickets.