mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
build: Make ImHex fully compile with warnings enabled in MSVC
This commit is contained in:
@@ -304,6 +304,9 @@ namespace hex::ui {
|
||||
|
||||
|
||||
void HexEditor::drawCell(u64 address, u8 *data, size_t size, bool hovered, CellType cellType) {
|
||||
ImGui::PushID(address + 1);
|
||||
ON_SCOPE_EXIT { ImGui::PopID(); };
|
||||
|
||||
static DataVisualizerAscii asciiVisualizer;
|
||||
|
||||
if (m_shouldUpdateEditingValue && address == m_editingAddress) {
|
||||
|
||||
Reference in New Issue
Block a user