#3936: Compiler warnings on macOS 10.12.4
--------------------+----------------------
Reporter: chdiza | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: build | Version:
Keywords: |
--------------------+----------------------
When building mutt from hg tip on macOS 10.12.4 and Xcode 8.3.2, I see
these two compiler warnings fly by. (Everything builds fine, though.)
{{{
gcc -DPKGDATADIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\"
-DBINDIR=\"/usr/local/bin\" -DMUTTLOCALEDIR=\"/usr/local/share/locale\"
-DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/usr/local/ssl/include
-I./intl -Wall -pedantic -Wno-long-long -g -O2 -MT getdomain.o -MD -MP
-MF .deps/getdomain.Tpo -c -o getdomain.o getdomain.c
init.c:944:12: warning: unused function 'parse_path_list' [-Wunused-
function]
static int parse_path_list (BUFFER *buf, BUFFER *s, unsigned long data,
...
^
init.c:960:12: warning: unused function 'parse_path_unlist' [-Wunused-
function]
static int parse_path_unlist (BUFFER *buf, BUFFER *s, unsigned long
data...
^
}}}
--
Ticket URL: <https://dev.mutt.org/trac/ticket/3936>
Mutt <http://www.mutt.org/>
The Mutt mail user agent