• Max Kellermann's avatar
    storage, db, mixer, command: remove more bogus "pure" attributes · 62b03cfd
    Max Kellermann authored
    This commit is similar to 788e3b31,
    and removes more "pure" attributes which were placed on functions that
    could throw exceptions, which is illegal according to clang's
    understanding of the attribute (but not according to GCC's).  GitHub
    issue #58 was most likely about StorageDirectoryReader::GetInfo() and
    Storage::GetInfo(), which still had "pure" attributes.
    
    Closes #58
    62b03cfd
Name
Last commit
Last update
..
AllCommands.cxx update copyright year
AllCommands.hxx update copyright year
CommandError.cxx *: add "noexcept" to many, many function prototypes
CommandError.hxx update copyright year
CommandListBuilder.cxx update copyright year
CommandListBuilder.hxx update copyright year
CommandResult.hxx update copyright year
DatabaseCommands.cxx update copyright year
DatabaseCommands.hxx update copyright year
FileCommands.cxx *: add "noexcept" to many, many function prototypes
FileCommands.hxx update copyright year
MessageCommands.cxx update copyright year
MessageCommands.hxx update copyright year
NeighborCommands.cxx *: add "noexcept" to many, many function prototypes
NeighborCommands.hxx *: add "noexcept" to many, many function prototypes
OtherCommands.cxx update copyright year
OtherCommands.hxx update copyright year
OutputCommands.cxx update copyright year
OutputCommands.hxx update copyright year
PlayerCommands.cxx AudioFormat: replace struct audio_format_string with class StringBuffer, return it
PlayerCommands.hxx update copyright year
PlaylistCommands.cxx *: add "noexcept" to many, many function prototypes
PlaylistCommands.hxx *: add "noexcept" to many, many function prototypes
QueueCommands.cxx update copyright year
QueueCommands.hxx update copyright year
Request.hxx Loading commit data...
StickerCommands.cxx Loading commit data...
StickerCommands.hxx Loading commit data...
StorageCommands.cxx Loading commit data...
StorageCommands.hxx Loading commit data...
TagCommands.cxx Loading commit data...
TagCommands.hxx Loading commit data...