mpd/src/system
Rosen Penev 97425d56e7
remove gcc_unused
[[maybe_unused]] (introduced in C++17) is standard C++.

https://clang.llvm.org/docs/AttributeReference.html#maybe-unused-unused
says that this is equivalent to the GNU unused attribute.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-16 00:08:21 -07:00
..
Clock.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
Clock.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
EpollFD.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
EpollFD.hxx replace stdint.h with cstdint 2020-03-12 19:04:39 -07:00
Error.hxx change errno.h to cerrno 2020-03-12 15:51:16 -07:00
EventFD.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
EventFD.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
EventPipe.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
EventPipe.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
FatalError.cxx replace noreturn attribute with standard C++ version 2020-03-16 00:08:18 -07:00
FatalError.hxx replace noreturn attribute with standard C++ version 2020-03-16 00:08:18 -07:00
FileDescriptor.cxx replace stdint.h with cstdint 2020-03-12 19:04:39 -07:00
FileDescriptor.hxx replace signal.h with csignal.h 2020-03-12 18:56:51 -07:00
meson.build build with Meson instead of autotools 2018-10-14 23:41:38 +02:00
Open.cxx system/Open: add OpenWriteOnly(), OpenDirectory() 2019-02-19 12:16:41 +01:00
Open.hxx fs/io/OutputStream: update include guard 2019-02-19 12:39:29 +01:00
PeriodClock.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
SignalFD.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
SignalFD.hxx replace signal.h with csignal.h 2020-03-12 18:56:51 -07:00
UniqueFileDescriptor.hxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00