zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@zsh.org
Subject: Macro redefined warnings in zftp.c
Date: Thu, 30 Oct 2014 16:23:58 -0700 (PDT)	[thread overview]
Message-ID: <alpine.LRH.2.00.1410301622160.26348@toltec.zanshin.com> (raw)

Just noticed these (harmless but lengthy) compiler warnings when building
on MacOS:


In file included from zftp.c:54:
./zftp.mdh:5:12: warning: 'boot_' macro redefined
#   define boot_ boot_zshQszftp
           ^
./tcp.mdh:5:12: note: previous definition is here
#   define boot_ boot_zshQsnetQstcp
           ^
In file included from zftp.c:54:
./zftp.mdh:6:12: warning: 'cleanup_' macro redefined
#   define cleanup_ cleanup_zshQszftp
           ^
./tcp.mdh:6:12: note: previous definition is here
#   define cleanup_ cleanup_zshQsnetQstcp
           ^
In file included from zftp.c:54:
./zftp.mdh:7:12: warning: 'features_' macro redefined
#   define features_ features_zshQszftp
           ^
./tcp.mdh:7:12: note: previous definition is here
#   define features_ features_zshQsnetQstcp
           ^
In file included from zftp.c:54:
./zftp.mdh:8:12: warning: 'enables_' macro redefined
#   define enables_ enables_zshQszftp
           ^
./tcp.mdh:8:12: note: previous definition is here
#   define enables_ enables_zshQsnetQstcp
           ^
In file included from zftp.c:54:
./zftp.mdh:9:12: warning: 'setup_' macro redefined
#   define setup_ setup_zshQszftp
           ^
./tcp.mdh:9:12: note: previous definition is here
#   define setup_ setup_zshQsnetQstcp
           ^
In file included from zftp.c:54:
./zftp.mdh:10:12: warning: 'finish_' macro redefined
#   define finish_ finish_zshQszftp
           ^
./tcp.mdh:10:12: note: previous definition is here
#   define finish_ finish_zshQsnetQstcp
           ^
6 warnings generated.


             reply	other threads:[~2014-10-30 23:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-30 23:23 Bart Schaefer [this message]
2014-10-31 10:05 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LRH.2.00.1410301622160.26348@toltec.zanshin.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).