Compilation errors with 1.5.21
- To: mutt-dev@xxxxxxxx
- Subject: Compilation errors with 1.5.21
- From: grarpamp <grarpamp@xxxxxxxxx>
- Date: Sun, 16 Jan 2011 15:33:23 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=tAlRPFlxsrk/F7Mbcv9uAam1LNexZZDF/f0x5m6acMw=; b=Tf8mdA5jOelmTkOjflxELKhSpyG2mmxxldOkANKMPKFcY8ruHg9KTpieW1Tf89Sikg AODI+CtfR1ESiW6KVUlwUZ2FD6N0/qhgk7CrLOoM6vif8OB6rU0sDwYTn4kil5hzIcb6 6gf33XPyISdAEeWe83yGKJxlcJDypctFcmIRU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=V3HbWpNR75TAnReJKljvxN7Ru1oGLCCyqSGtI6AAL+iTjq/huIl9vfZROc/LuDVKJl tGp+J/YxE06ayvOVZIUzn+dAxtRRTp1GFNp33R/0WGR65c0JZFdYXg7Gk04vNdUaGlfP hTW5x5tzCZZdnqiAfIGWw3w7eLGVedxpvrciE=
- List-post: <mailto:mutt-dev@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-dev"
- Sender: owner-mutt-dev@xxxxxxxx
FYI. These all seem easily fixable... :) Thanks.
FreeBSD 8.1 (RELENG_8) i386
CPPFLAGS=-static LDFLAGS=-static ./configure --prefix=/usr/local/mutt1521 \
--disable-nls --enable-imap --enable-pop --enable-smtp --with-ssl
make
configure: WARNING: Configuring without iconv support. See INSTALL for details
message.c: In function 'imap_read_headers':
message.c:64: warning: unused variable 'buf'
keymap.c: In function 'parse_keycode':
keymap.c:171: warning: passing argument 2 of 'strtol' from
incompatible pointer type
main.c:73: warning: string length '558' is greater than the length
'509' ISO C90 compilers are required to support
mbox.c: In function 'mbox_reset_atime':
mbox.c:693: warning: unused variable 'i'
pop_lib.c: In function 'pop_parse_path':
pop_lib.c:66: warning: implicit declaration of function 'ntohs'
lib.o(.text+0xb68): In function `safe_open':
/.../mutt-1.5.21/lib.c:569: warning: warning: mktemp() possibly used
unsafely; consider using mkstemp()