[Bug 275141] [NEW PORT] x11/wlopm
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 275141] [NEW PORT] x11/wlopm"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Nov 2023 07:18:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275141 --- Comment #13 from Tino Engel <tino.engel@mail.de> --- I also have a bad feeling about removing -Werror. Anyhow we need to decide if we want either - remove -Werror from upstream Makefile or - use gcc instead of clang. I double checked, it definitely is the -Werror in the upstream Makefile, that causes the compilation error with clang. This is also indicated by the error message "wlopm.c:96:18: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]", I need to switch _both_ mentioned parameters to "no-*" otherwise compilation fails. -- You are receiving this mail because: You are the assignee for the bug.