• 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
Resampler.hxx 2.07 KB