From 1de4d06c2211bd19b2833f9ea684ee1126047950 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Mon, 6 Mar 2023 16:22:25 -0400 Subject: TProtocol: Disable inlining completely It's a good start to do it here, and work our way to other parts of the codebase. --- include/pso/TProtocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pso/TProtocol.h') 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(); -- cgit v1.2.3-13-gbd6f