Opened 4 years ago
Closed 4 years ago
#62527 closed defect (fixed)
wv @1.2.4_3: error: implicit declaration of function 'wvOLEDecode_gsf'
Reported by: | cooljeanius (Eric Gallager) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | bigsur catalina | Cc: | |
Port: | wv |
Description
Another victim of -Werror=implicit-function-declaration
being on by default now:
wvparse.c:131:11: error: implicit declaration of function 'wvOLEDecode_gsf' [-Werror,-Wimplicit-function-declaration] ret = wvOLEDecode_gsf (ps, path, &ps->mainfd, &ps->tablefd0, &ps->tablefd1, ^ wvparse.c:131:11: note: did you mean 'wvOLEDecode'? ./wv.h:4681:9: note: 'wvOLEDecode' declared here int wvOLEDecode (wvParseStruct * ps, ^ 1 error generated. make[2]: *** [wvparse.lo] Error 1 make[2]: *** Waiting for unfinished jobs....
(Sorry if this is a duplicate; I tried searching, but search doesn't handle ports whose names are only 2 characters long...)
Attachments (1)
Change History (3)
Changed 4 years ago by cooljeanius (Eric Gallager)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to cooljeanius:
(Sorry if this is a duplicate; I tried searching, but search doesn't handle ports whose names are only 2 characters long...)
Not a duplicate, but you certainly can search for tickets for ports having short names, e.g. status=!closed&port=~wv
comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
terminal output from attempting to build wv