diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2023-03-09 18:17:37 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2023-03-09 18:17:37 -0400 |
commit | 2b9599035cf2da613869a4db10ac236a49fc5e4c (patch) | |
tree | dcaa0fc0eb2f71305bd37ad56cb799b541ece592 /include | |
parent | dacfbade1476d79bf7484b8817592d61ba62ee2f (diff) |
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.
Diffstat (limited to 'include')
-rw-r--r-- | include/pso/TProtocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |