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