Skip to content

Commit 64351f9

Browse files
committed
Fix build.
1 parent e2aca53 commit 64351f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SerialPrograms/Source/CommonFramework/ErrorReports/ErrorReports.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,8 @@ std::unique_ptr<AsyncTask> send_all_unsent_reports(Logger& logger, bool allow_pr
381381
return global_async_dispatcher().dispatch([reports = std::move(reports)]{
382382
send_reports(global_logger_tagged(), reports);
383383
});
384-
384+
#else
385+
return nullptr;
385386
#endif
386387
}
387388

0 commit comments

Comments
 (0)