mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
Fix pesky compiler warning on unused variable in linux.
This commit is contained in:
parent
8a8a123e02
commit
e5f95ae89d
@ -135,7 +135,8 @@ pathOfExecutable(System* s, const char** retBuf, unsigned* size)
|
||||
abort();
|
||||
}
|
||||
#else
|
||||
*size = 0;
|
||||
if (s)
|
||||
*size = 0;
|
||||
*retBuf = NULL;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user