OSDN Git Service

- Apparently, va_list is a reference type on x86_64 Linux systems, so
authorRandy Heit <rheit@zdoom.fake>
Wed, 24 Dec 2008 18:39:25 +0000 (18:39 +0000)
committerRandy Heit <rheit@zdoom.fake>
Wed, 24 Dec 2008 18:39:25 +0000 (18:39 +0000)
commit0157077f3f87dd0e23b17dbe5f935d43ec5a1586
tree235e05369db64d7a06971e84662ca6a9a8960e1b
parentd6914c22ed00f1268fefc27f7a58e253898ac0df
- Apparently, va_list is a reference type on x86_64 Linux systems, so
  veprintf() needs to make a copy to pass to the second call to
  vfprintf(), since it will be modified by the first call.
- Removed three warnings when compiling with GCC 4.3.

SVN r1328 (trunk)
error.c
parse.c