From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23229 invoked by alias); 30 Oct 2014 23:40:11 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 33578 Received: (qmail 4903 invoked from network); 30 Oct 2014 23:40:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,FROM_12LTRDOM autolearn=ham version=3.3.2 Date: Thu, 30 Oct 2014 16:23:58 -0700 (PDT) From: Bart Schaefer Reply-To: Bart Schaefer To: zsh-workers@zsh.org Subject: Macro redefined warnings in zftp.c Message-ID: User-Agent: Alpine 2.00 (LRH 1167 2008-08-23) X-Face: "f/X=UCVgd*^c>+x(gMq0at?e:woX+;'snkkRzc3SX<0AZ (/PS4.M2hzGS9X:Qj]at_H/%a9K}:-eS<"v_7vX84PG9Bf Zpb`wI!I4geY=or+nWq`3CX`oq&TJR;g^ps|7(MH?jh;bs %vHJfCh5>a*6Re5m|Bidja\\o]>n\A)ib1:yX*T`zR(*h~ %tOw<~!D9{e6h!8M2:d8G2@K>y^1I_Vdy\d\MYe]z7c MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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.