Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2023 11:34:31 +0000
From:      Gary Jennejohn <garyj@gmx.de>
To:        current@freebsd.org
Subject:   'teken_utf8_bytes_to_codepoint' [-Wunused-function]
Message-ID:  <20231008133431.274b9184@ernst.home>

next in thread | raw e-mail | index | archive | help
I just updated my current sources and did a buildworld and buildkernel.

This warning was spit out, although it didn't result in buildkernel
failing:

In file included from /usr/src/sys/teken/teken.c:70:
/usr/src/sys/teken/teken_wcwidth.h:128:1: warning: unused function
'teken_utf8_bytes_to_codepoint' [-Wunused-function]
teken_utf8_bytes_to_codepoint(uint8_t bytes[4], int nbytes)
^
1 warning generated.

Just FYI.

=2D-
Gary Jennejohn



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20231008133431.274b9184>