From 2b9599035cf2da613869a4db10ac236a49fc5e4c Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Thu, 9 Mar 2023 18:17:37 -0400 Subject: global: Compile the entire codebase with `-sym on` Just like with `-inline none`, I'm starting to realize more, and more that they built it with `-sym on` too. --- include/pso/TProtocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/pso/TProtocol.h b/include/pso/TProtocol.h index 628ee7f..c224c5d 100644 --- a/include/pso/TProtocol.h +++ b/include/pso/TProtocol.h @@ -150,7 +150,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