1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Fix Clang 9.0 zealous warnings

This commit is contained in:
Omar 2020-02-17 15:29:59 +01:00
parent ceec3cd3fd
commit 09329ea4e6
3 changed files with 6 additions and 6 deletions

View file

@ -2538,11 +2538,11 @@ static stbtt_int32 stbtt__GetGlyphGPOSInfoAdvance(const stbtt_fontinfo *info, i
// There are no other cases.
STBTT_assert(0);
break;
};
} // [DEAR IMGUI] removed ;
}
}
break;
};
} // [DEAR IMGUI] removed ;
default:
// TODO: Implement other stuff.