*: add "noexcept" to many, many function prototypes

See commit 71f0ed8b74
This commit is contained in:
Max Kellermann
2017-05-15 23:05:45 +02:00
parent cde5a07981
commit c5996c0593
11 changed files with 20 additions and 20 deletions

View File

@@ -111,7 +111,7 @@ struct Instance final
* no such partition was found.
*/
gcc_pure
Partition *FindPartition(const char *name);
Partition *FindPartition(const char *name) noexcept;
#ifdef ENABLE_DATABASE
/**