summaryrefslogtreecommitdiff
path: root/src/pso/TProtocol.cpp
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-03-09 18:17:37 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-03-09 18:17:37 -0400
commit2b9599035cf2da613869a4db10ac236a49fc5e4c (patch)
treedcaa0fc0eb2f71305bd37ad56cb799b541ece592 /src/pso/TProtocol.cpp
parentdacfbade1476d79bf7484b8817592d61ba62ee2f (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 'src/pso/TProtocol.cpp')
-rw-r--r--src/pso/TProtocol.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pso/TProtocol.cpp b/src/pso/TProtocol.cpp
index a1462b9..58a7374 100644
--- a/src/pso/TProtocol.cpp
+++ b/src/pso/TProtocol.cpp
@@ -247,6 +247,8 @@ void TProtocol::run_task() {
}
}
+void TProtocol::some_stub() {}
+
TProtocol::~TProtocol() {
}