Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#57616 - [vlc] Do not remove implicit-function-declaration (patch provided)
Attached to Project:
Arch Linux
Opened by Benjamin Robin (benjarobin) - Friday, 23 February 2018, 19:17 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:27 GMT
Opened by Benjamin Robin (benjarobin) - Friday, 23 February 2018, 19:17 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:27 GMT
|
DetailsDescription:
The PKGBUILD of VLC 3.0 patch the ./configure and remove -Werror-implicit-function-declaration This warning can be fix differently and more nicely Additional info: * package version(s) : vlc 3.0.0-1 staging Replace: sed -e 's|-Werror-implicit-function-declaration||g' -i configure By: sed -e 's|FRIBIDI_NO_DEPRECATED|FRIBIDI_DEPRECATED|g' -i modules/text_renderer/freetype/text_layout.c |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:27 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/vlc/issues/4
Saturday, 25 November 2023, 20:27 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/vlc/issues/4
But if you declare FRIBIDI_NO_DEPRECATED it will not include "fribidi-deprecated.h" from "fribidi.h"
We're not "hiding" warnings. Warnings are, well, warnings. They exist to be looked at in build logs. Error-on-warnings is only useful in a very strictly limited situation, that being a desire to get immediate alerts when warnings exist, for development purposes.