diff options
Diffstat (limited to 'paludis/repository.hh')
-rw-r--r-- | paludis/repository.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/paludis/repository.hh b/paludis/repository.hh index 358e79bc3..a16171a8f 100644 --- a/paludis/repository.hh +++ b/paludis/repository.hh @@ -275,8 +275,7 @@ namespace paludis /** * Return our name. */ - const RepositoryName name() const PALUDIS_ATTRIBUTE((nothrow)) - PALUDIS_ATTRIBUTE((warn_unused_result)); + const RepositoryName name() const noexcept PALUDIS_ATTRIBUTE((warn_unused_result)); ///\} |