Fix spurious differences when using ninja diff (#2294)

* Fix spurious differences when using ninja diff

* Fix some clangd errors/warnings
This commit is contained in:
LagoLunatic
2025-01-26 22:01:05 -08:00
committed by GitHub
parent 5644936254
commit bf4053fefa
48 changed files with 296 additions and 140 deletions
-6
View File
@@ -38,12 +38,6 @@ public:
/* 80191C18 */ virtual ~dFile_warning_c();
// fake? needed to get vtable size correct
#ifdef DFILE_WARNING_C_DUMMY_VIRTUAL
virtual void dummy() = 0;
virtual void dummy2() = 0;
#endif
u8 getStatus() { return mStatus; }
void draw() { _draw(); }