MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / SetWarningMessage

Function SetWarningMessage

third-party/tinyexr/tinyexr.h:761–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759
760#if 0
761static void SetWarningMessage(const std::string &msg, const char **warn) {
762 if (warn) {
763#ifdef _WIN32
764 (*warn) = _strdup(msg.c_str());
765#else
766 (*warn) = strdup(msg.c_str());
767#endif
768 }
769}
770#endif
771
772static const int kEXRVersionSize = 8;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected