We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b8925 commit 814f666Copy full SHA for 814f666
src/CachedTile.h
@@ -70,4 +70,6 @@ struct CachedTile
70
}
71
};
72
73
-#endif
+static_assert(sizeof(CachedTile) >= 0, "Suppress unusedStruct");
74
+
75
+#endif
src/TileJob.h
@@ -34,4 +34,6 @@ struct TileJob
34
CachedTile *tile;
35
36
37
+static_assert(sizeof(TileJob) >= 0, "Suppress unusedStruct");
38
39
0 commit comments