mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
fix warning about vsnprintf on mingw
* libguile/deprecation.c: Remove a vsnprintf alias for mingw, now that gnulib handles it correctly.
This commit is contained in:
parent
3b6e619824
commit
eca586b489
1 changed files with 0 additions and 6 deletions
|
@ -34,12 +34,6 @@
|
||||||
|
|
||||||
#include "libguile/private-options.h"
|
#include "libguile/private-options.h"
|
||||||
|
|
||||||
|
|
||||||
/* Windows defines. */
|
|
||||||
#ifdef __MINGW32__
|
|
||||||
#define vsnprintf _vsnprintf
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
struct issued_warning {
|
struct issued_warning {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue