forked from mirror/openmw-tes3mp
Make void function to do not return value
This commit is contained in:
parent
0bdd8f7d03
commit
16a4df25d6
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@
|
|||
#if USE_CRASH_CATCHER
|
||||
extern void crashCatcherInstall(int argc, char **argv, const std::string &crashLogPath);
|
||||
#else
|
||||
inline void crashCatcherInstall(int, char **, const std::string &crashLogPath) { return 0; }
|
||||
inline void crashCatcherInstall(int, char **, const std::string &crashLogPath)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue