gcc.h: add macro gcc_unreachable()

This commit is contained in:
Max Kellermann
2013-08-03 21:34:17 +02:00
parent 105b431e4c
commit 67f591a9ce
12 changed files with 18 additions and 14 deletions

View File

@@ -99,7 +99,7 @@ decoder_control::IsCurrentSong(const Song *_song) const
}
assert(false);
return false;
gcc_unreachable();
}
void