mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpimath] Add ReportWarning to MathShared (#3441)
This commit is contained in:
@@ -12,6 +12,8 @@ namespace {
|
||||
class DefaultMathShared : public MathShared {
|
||||
public:
|
||||
void ReportErrorV(fmt::string_view format, fmt::format_args args) override {}
|
||||
void ReportWarningV(fmt::string_view format, fmt::format_args args) override {
|
||||
}
|
||||
void ReportUsage(MathUsageId id, int count) override {}
|
||||
};
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user