mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
fix unused declaration/definition warnings from GCC 4.9
This commit is contained in:
parent
5559fbe5e7
commit
254e3f938d
@ -14,6 +14,8 @@
|
||||
|
||||
namespace {
|
||||
|
||||
#if (!defined PLATFORM_WINDOWS) || (defined _MSC_VER)
|
||||
|
||||
void
|
||||
removeNewline(char* s)
|
||||
{
|
||||
@ -25,6 +27,8 @@ removeNewline(char* s)
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
} // namespace
|
||||
|
||||
extern "C" JNIEXPORT jstring JNICALL
|
||||
|
@ -119,11 +119,6 @@ class MutexResource {
|
||||
class MySystem;
|
||||
MySystem* system;
|
||||
|
||||
#if !defined(WINAPI_FAMILY) || WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
||||
LONG CALLBACK
|
||||
handleException(LPEXCEPTION_POINTERS e);
|
||||
#endif
|
||||
|
||||
DWORD WINAPI
|
||||
run(void* r)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user