gcc.h: add macro gcc_unreachable()
This commit is contained in:
@@ -99,7 +99,7 @@ decoder_control::IsCurrentSong(const Song *_song) const
|
||||
}
|
||||
|
||||
assert(false);
|
||||
return false;
|
||||
gcc_unreachable();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user