mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +00:00
![]() While structs being forward declared as classes is not strictly an issue, Clang complains as this is not portable code, since some ABIs treat classes declared as `class` and `struct` differently. It's easier to fix these than to reason about explicitly disabling another warning. |
||
---|---|---|
.. | ||
ClientConnection.h | ||
CMakeLists.txt | ||
Connection.h | ||
Decoder.cpp | ||
Decoder.h | ||
Dictionary.h | ||
Encoder.cpp | ||
Encoder.h | ||
File.h | ||
Forward.h | ||
Message.cpp | ||
Message.h | ||
ServerConnection.h | ||
Stub.cpp | ||
Stub.h |