Преглед изворни кода

To fix issue #6984, #include <stdarg.h>

The file uses va_arg etc, so it should #include <stdarg.h>
EmployedRussian пре 1 година
родитељ
комит
46af28eb9e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pal/src/safecrt/output.inl

+ 1 - 1
pal/src/safecrt/output.inl

@@ -51,7 +51,7 @@ Buffer size required to be passed to _gcvt, fcvt and other fp conversion routine
 //#include <stddef.h>
 //#include <crtdefs.h>
 //#include <stdio.h>
-//#include <stdarg.h>
+#include <stdarg.h>
 //#include <cvt.h>
 //#include <conio.h>
 //#include <internal.h>