1
0

Fix Travis build (#4101)

Stop using gdb on osx - was breaking the build
Add clang 3.5 build as travis now defaults to 5.0
Fix unknown-warning-option errors on AppleClang
ProtoProxy: Use nullptr
UrlClientTest: add override to callback destructor
Update jsoncpp to use nullptr
This commit is contained in:
peterbell10
2017-12-22 18:25:46 +00:00
committed by Alexander Harkness
parent a9c8ad9ce2
commit 832b394715
9 changed files with 86 additions and 56 deletions

View File

@@ -19,7 +19,7 @@ public:
}
~cCallbacks()
virtual ~cCallbacks() override
{
LOGD("Deleting the cCallbacks instance at %p", reinterpret_cast<void *>(this));
}