mpd/src/fs/io
Rosen Penev c846ee0d1b
replace stdarg.h with cstdarg
The former was deprecated in C++14. The Standard says they are the same:

The contents of the header<cstdarg>are the same as the C standard library
header<stdarg.h>, with the following changes: The restrictions that ISO C
places on the second parameter to the va_start macro in header<stdarg.h>
are different in this International Standard. The parameter parmN is the
rightmost parameter in the variable parameter list of the function
definition (the one just before the...).219If the parameter parmN is a
pack expansion (17.5.3) or an entity resulting from a lambda capture
(8.1.5), the program is ill-formed, no diagnostic required. If the
parameter parmN is of a reference type, or of a type that is not
compatible with the type that results when passing an argument for which
there is no parameter, the behavior is undefined.

Also changed va_list to the std:: namespace version, which is the same.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-12 19:03:12 -07:00
..
AutoGunzipReader.cxx *: use auto 2020-02-01 14:02:43 +01:00
AutoGunzipReader.hxx [clang-tidy] use override instead of virtual 2020-01-31 21:27:26 -08:00
BufferedOutputStream.cxx replace stdarg.h with cstdarg 2020-03-12 19:03:12 -07:00
BufferedOutputStream.hxx fs/io/BufferedOutputStream: add noexcept 2019-04-26 14:55:00 +02:00
BufferedReader.cxx fs/io/Reader: relicense to BSD-2 2019-12-16 17:13:55 +01:00
BufferedReader.hxx fs/io/Reader: relicense to BSD-2 2019-12-16 17:13:55 +01:00
FileOutputStream.cxx change errno.h to cerrno 2020-03-12 15:51:16 -07:00
FileOutputStream.hxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
FileReader.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
FileReader.hxx fs/io/Reader: relicense to BSD-2 2019-12-16 17:13:55 +01:00
GunzipReader.cxx fs/io/Reader: relicense to BSD-2 2019-12-16 17:13:55 +01:00
GunzipReader.hxx fs/io/Reader: relicense to BSD-2 2019-12-16 17:13:55 +01:00
GzipOutputStream.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
GzipOutputStream.hxx include cleanups (powered by iwyu) 2019-07-05 09:59:58 +02:00
OutputStream.hxx fs/io/OutputStream: update include guard 2019-02-19 12:39:29 +01:00
PeekReader.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
PeekReader.hxx [clang-tidy] use override instead of virtual 2020-01-31 21:27:26 -08:00
Reader.hxx fs/io/Reader: relicense to BSD-2 2019-12-16 17:13:55 +01:00
StdioOutputStream.hxx fs/io/StdioOutputStream: add noexcept 2019-01-22 09:03:49 +01:00
TextFile.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
TextFile.hxx copyright year 2020 2020-01-18 19:23:49 +01:00