summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-03-06 16:22:25 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-03-06 16:22:25 -0400
commit1de4d06c2211bd19b2833f9ea684ee1126047950 (patch)
treeda4bd8677f94d0d6d887d442bdb5470fd186ea42 /include
parent06d75ece6452a33f11afd7e5ec3dd1f916c8583f (diff)
TProtocol: Disable inlining completely
It's a good start to do it here, and work our way to other parts of the codebase.
Diffstat (limited to 'include')
-rw-r--r--include/pso/TProtocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pso/TProtocol.h b/include/pso/TProtocol.h
index 6cd2a9e..4a1d05a 100644
--- a/include/pso/TProtocol.h
+++ b/include/pso/TProtocol.h
@@ -104,7 +104,7 @@ public:
virtual void run_task();
virtual short send(u8 *data, size_t size);
- void some_stub();
+ void some_stub() {};
int handle_command(struct packet *pkt);
void parse_packet();