mpd/test
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
..
net test/net/TestIPv4Address: make literal unsigned to work around -Wsign-compare 2019-01-21 14:39:24 +01:00
ConfigGlue.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
ContainerScan.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
DumpDatabase.cxx *: use nullptr instead of NULL 2020-02-01 14:02:43 +01:00
DumpDecoderClient.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
DumpDecoderClient.hxx test/DumpDecoderClient: allow overriding GetCommand() 2020-02-04 21:55:21 +01:00
MakeTag.hxx remove gcc_unused 2020-03-16 00:08:21 -07:00
NullMixerListener.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
ParseSongFilter.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
ReadApeTags.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
RunChromaprint.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
RunCurl.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
ShutdownHandler.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
ShutdownHandler.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
TestAudioFormat.cxx AudioFormat: move to pcm/ 2020-01-18 20:24:59 +01:00
TestCircularBuffer.cxx test/TestCircularBuffer: add `constexpr` to fix -Wvla 2019-06-06 12:40:32 +02:00
TestDivideString.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
TestFs.cxx test: use GTest instead of cppunit 2018-10-16 21:26:04 +02:00
TestISO8601.cxx time/ISO8601: support omitting field separators 2019-12-16 23:31:29 +01:00
TestIcu.cxx lib/icu/Converter: Create() returns std::unique_ptr 2019-11-04 15:44:06 +01:00
TestLookupFile.cxx archive/Lookup: move to fs/LookupFile.cxx 2019-06-15 14:26:26 +02:00
TestMimeType.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
TestRewindInputStream.cxx *: use `auto` 2020-02-01 14:02:43 +01:00
TestSplitString.cxx util/Macros: replace with std::size() (C++17) 2019-08-03 13:10:49 +02:00
TestTagSongFilter.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
TestUriExtract.cxx util/UriUtil: split 2019-08-09 20:21:12 +02:00
TestUriQueryParser.cxx util/UriQueryParser: new library 2019-08-09 20:39:34 +02:00
TestUriRelative.cxx util/UriRelative: add uri_apply_relative() 2019-09-08 00:07:37 +02:00
TestUriUtil.cxx util/UriUtil: split 2019-08-09 20:21:12 +02:00
WriteFile.cxx change errno.h to cerrno 2020-03-12 15:51:16 -07:00
dump_playlist.cxx *: use nullptr instead of NULL 2020-02-01 14:02:43 +01:00
dump_rva2.cxx *: use nullptr instead of NULL 2020-02-01 14:02:43 +01:00
dump_text_file.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
meson.build release v0.21.20 2020-02-16 20:46:13 +01:00
read_conf.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
read_mixer.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
read_tags.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
run_avahi.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
run_convert.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
run_decoder.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
run_encoder.cxx *: use nullptr instead of NULL 2020-02-01 14:02:43 +01:00
run_filter.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
run_gunzip.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
run_gzip.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
run_inotify.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
run_input.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
run_neighbor_explorer.cxx [clang-tidy] use override instead of virtual 2020-01-31 21:27:26 -08:00
run_normalize.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
run_output.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
run_resolver.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
run_storage.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
software_volume.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
test_archive_bzip2.sh build with Meson instead of autotools 2018-10-14 23:41:38 +02:00
test_archive_iso9660.sh build with Meson instead of autotools 2018-10-14 23:41:38 +02:00
test_archive_zzip.sh build with Meson instead of autotools 2018-10-14 23:41:38 +02:00
test_byte_reverse.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
test_icy_parser.cxx IcyMetadataParser: implement charset conversion 2019-08-10 10:07:13 +02:00
test_mixramp.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
test_pcm_channels.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
test_pcm_dither.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
test_pcm_export.cxx test/test_pcm_*: use `using` instead of `typedef` 2020-02-01 13:38:55 +01:00
test_pcm_format.cxx *: use `auto` 2020-02-01 14:02:43 +01:00
test_pcm_interleave.cxx test/test_pcm_*: use `using` instead of `typedef` 2020-02-01 13:38:55 +01:00
test_pcm_mix.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
test_pcm_pack.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
test_pcm_util.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
test_pcm_volume.cxx test/test_pcm_*: use `using` instead of `typedef` 2020-02-01 13:38:55 +01:00
test_protocol.cxx include cleanups (powered by iwyu) 2019-07-05 09:59:58 +02:00
test_queue_priority.cxx util/Macros: replace with std::size() (C++17) 2019-08-03 13:10:49 +02:00
test_translate_song.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
test_vorbis_encoder.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
visit_archive.cxx [clang-tidy] use override instead of virtual 2020-01-31 21:27:26 -08:00