mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 10:01:48 +00:00
Set default CRTReportMode for the flatc target (#5336)
* Set default CRTReportMode for the `flatc` target * Add util.cpp to GRPC test target * Fix path to util.h
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
f9ebfcb9c4
commit
107c08988a
@@ -649,6 +649,9 @@ bool SetGlobalTestLocale(const char *locale_name,
|
||||
bool ReadEnvironmentVariable(const char *var_name,
|
||||
std::string *_value = nullptr);
|
||||
|
||||
// MSVC specific: Send all assert reports to STDOUT to prevent CI hangs.
|
||||
void SetupDefaultCRTReportMode();
|
||||
|
||||
} // namespace flatbuffers
|
||||
|
||||
#endif // FLATBUFFERS_UTIL_H_
|
||||
|
||||
Reference in New Issue
Block a user