Skip to content
  • Lionel Landwerlin's avatar
    imgui: bump imgui memory editor copy · 51076eb8
    Lionel Landwerlin authored
    
    
    Getting rid of a compiler warning :
    
    In file included from ../src/intel/tools/aubinator_viewer.cpp:225:
    ../src/imgui/imgui_memory_editor.h: In member function ‘void MemoryEditor::DisplayPreviewData(size_t, const u8*, size_t, MemoryEditor::DataType, MemoryEditor::DataFormat, char*, size_t) const’:
    ../src/imgui/imgui_memory_editor.h:637:16: warning: enumeration value ‘DataType_COUNT’ not handled in switch [-Wswitch]
             switch (data_type)
                    ^
    
    Signed-off-by: default avatarLionel Landwerlin <lionel.g.landwerlin@intel.com>
    51076eb8
To learn more about this project, read the wiki.