[MacPorts] #62527: wv @1.2.4_3: error: implicit declaration of function 'wvOLEDecode_gsf'

MacPorts noreply at macports.org
Mon Mar 22 22:03:35 UTC 2021


#62527: wv @1.2.4_3: error: implicit declaration of function 'wvOLEDecode_gsf'
-----------------------------+--------------------
 Reporter:  cooljeanius      |      Owner:  (none)
     Type:  defect           |     Status:  new
 Priority:  Normal           |  Milestone:
Component:  ports            |    Version:  2.6.4
 Keywords:  bigsur catalina  |       Port:  wv
-----------------------------+--------------------
 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...)

-- 
Ticket URL: <https://trac.macports.org/ticket/62527>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list