internal: fix warnings
This commit is contained in:
parent
0be6b03ee9
commit
398e861b55
5 changed files with 6 additions and 7 deletions
|
|
@ -33,7 +33,7 @@ std::vector<SCallstackFrameInfo> getBacktrace();
|
|||
void throwError(const std::string& err);
|
||||
|
||||
// why, C++.
|
||||
std::string sendToLog(uint8_t, const std::string&);
|
||||
void sendToLog(uint8_t, const std::string&);
|
||||
template <typename... Args>
|
||||
std::string getFormat(const std::string& fmt, Args&&... args) {
|
||||
std::string fmtdMsg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue