[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
2009/2/7 Milan Mimica <milan.mimica@xxxxxxxxxx>:
> SVN doesn't build on MSVC! Please someone fix this before the release.
>
> .\src\utf8.c(482) : warning C4013: 'va_copy' undefined; assuming
> extern returning int
> c:\cygwin\usr\src\4.9\src\utf8.c(482) : warning C4700: uninitialized
> local variable 'arglist' used
>
>
> va_copy is C99 and MSVC doesn't have that.
Thanks for reporting. Actually va_copy isn't even needed there, I don't know
why I used it.
Peter