Commit a8ee7269 authored by Max Kellermann's avatar Max Kellermann

fs/Config: add `noexcept`

parent 7c1843ee
......@@ -35,7 +35,7 @@ ConfigureFS(const ConfigData &config)
}
void
DeinitFS()
DeinitFS() noexcept
{
#ifdef HAVE_FS_CHARSET
DeinitFSCharset();
......
......@@ -31,6 +31,6 @@ void
ConfigureFS(const ConfigData &config);
void
DeinitFS();
DeinitFS() noexcept;
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment