compiler warning fix: declaration of 'wait' shadows a global declaration
authorDaniel Stenberg <daniel@haxx.se>
Sun, 17 Feb 2013 23:14:35 +0000 (00:14 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 17 Feb 2013 23:14:35 +0000 (00:14 +0100)
commited7174c6f66550bce83c6278670cdfad9eb7751c
treec5a9e421c2c591e62cf3e1b54d5247ddbfdc601e
parent072b1ad15a5cfa34ba4519247c4bb44c056b800a
compiler warning fix: declaration of 'wait' shadows a global declaration

It seems older gcc installations (at least) will cause warnings if we
name a variable 'wait'. Now changed to 'block' instead.

Reported by: Jiří Hruška
Bug: http://curl.haxx.se/mail/lib-2013-02/0247.html
lib/pingpong.c