diff options
author | Max Kellermann <max@musicpd.org> | 2018-08-20 16:34:47 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-08-20 16:34:47 +0200 |
commit | a65d02d3aec7d6b5b2dac07cfc90b59e4dacd4fb (patch) | |
tree | 1ebb102eedb5433c63a94c43d6a054cadf0ae295 /src/system/FileDescriptor.cxx | |
parent | 2156fc64f436c7e185906a217246576d4191cb82 (diff) |
system/FileDescriptor: add "noexcept"
Diffstat (limited to 'src/system/FileDescriptor.cxx')
-rw-r--r-- | src/system/FileDescriptor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system/FileDescriptor.cxx b/src/system/FileDescriptor.cxx index e8760f370..920b8d06a 100644 --- a/src/system/FileDescriptor.cxx +++ b/src/system/FileDescriptor.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2017 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2012-2018 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |