*: add "noexcept" to many, many function prototypes
See commit 71f0ed8b74
This commit is contained in:
@@ -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
|
||||
/**
|
||||
|
Reference in New Issue
Block a user