Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
b8a64771
Commit
b8a64771
authored
Aug 10, 2019
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/sidplay: add `noexcept`
parent
f357f743
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
SidplayDecoderPlugin.cxx
src/decoder/plugins/SidplayDecoderPlugin.cxx
+3
-3
No files found.
src/decoder/plugins/SidplayDecoderPlugin.cxx
View file @
b8a64771
...
...
@@ -91,7 +91,7 @@ static void loadRom(const Path rom_path, uint8_t *dump)
#endif
static
SidDatabase
*
sidplay_load_songlength_db
(
const
Path
path
)
sidplay_load_songlength_db
(
const
Path
path
)
noexcept
{
SidDatabase
*
db
=
new
SidDatabase
();
#ifdef HAVE_SIDPLAYFP
...
...
@@ -186,7 +186,7 @@ ParseSubtuneName(const char *base) noexcept
* and the track number (or 1 if no "tune_xxx" suffix is present).
*/
static
SidplayContainerPath
ParseContainerPath
(
Path
path_fs
)
ParseContainerPath
(
Path
path_fs
)
noexcept
{
const
Path
base
=
path_fs
.
GetBase
();
unsigned
track
;
...
...
@@ -203,7 +203,7 @@ ParseContainerPath(Path path_fs)
*/
template
<
typename
T
>
static
SignedSongTime
get_song_length
(
T
&
tune
)
get_song_length
(
T
&
tune
)
noexcept
{
assert
(
tune
.
getStatus
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment