[Bug 275141] [NEW PORT] x11/wlopm

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 17 Nov 2023 11:49:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275141

--- Comment #6 from Tino Engel <tino.engel@mail.de> ---
Also with -Werror=strict-prototypes the same error occurs:

gmake[1]: Entering directory
'/usr/home/elgrande/git/PERSONAL/freebsd-ports/x11/wlopm/work/wlopm-v0.1.0'
cc -O2 -pipe  -Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter
-Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion
-Wunused-result -I/usr/local/include -Werror=strict-prototypes
-fstack-protector-strong -fno-strict-aliasing  -Wall -Werror -Wextra -Wpedantic
-Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion
-Wfloat-conversion -Wunused-result   -c -o wlopm.o wlopm.c
wlopm.c:96:18: error: a function declaration without a prototype is deprecated
in all versions of C [-Werror,-Wstrict-prototypes]
static void noop () {}
                 ^
                  void
1 error generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.