Commit a8ee7269 authored by Max Kellermann's avatar Max Kellermann

fs/Config: add `noexcept`

parent 7c1843ee
...@@ -35,7 +35,7 @@ ConfigureFS(const ConfigData &config) ...@@ -35,7 +35,7 @@ ConfigureFS(const ConfigData &config)
} }
void void
DeinitFS() DeinitFS() noexcept
{ {
#ifdef HAVE_FS_CHARSET #ifdef HAVE_FS_CHARSET
DeinitFSCharset(); DeinitFSCharset();
......
...@@ -31,6 +31,6 @@ void ...@@ -31,6 +31,6 @@ void
ConfigureFS(const ConfigData &config); ConfigureFS(const ConfigData &config);
void void
DeinitFS(); DeinitFS() noexcept;
#endif #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