- fix build on visual
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7890 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 17793e2a22689f16145d85d636600a3aa58813e4 Former-commit-id: 1fb4e82e825887050b411598b704aa31e4e0bd6d
This commit is contained in:
parent
d4c5b0b914
commit
34cc952cd9
1 changed files with 3 additions and 1 deletions
|
@ -337,7 +337,9 @@ ReStoreRaceResults(const char *race)
|
|||
break;
|
||||
}
|
||||
|
||||
[[fallthrough]];
|
||||
#if ( __GNUC__ >= 5 || _MSVC_VER >= 1910)
|
||||
[[fallthrough]];
|
||||
#endif
|
||||
/* Otherwise, fall through */
|
||||
|
||||
case RM_TYPE_QUALIF:
|
||||
|
|
Loading…
Reference in a new issue