albertogpz commented on pull request #697:
URL: https://github.com/apache/geode-native/pull/697#issuecomment-737421549
> Our CI didn't run builds after the last commit, because it has a
`clang-format` issue:
>
> ```
> @@ -140,7 +140,7 @@ class NamingContextImpl : virtual public NamingContext
{
> LOGCOORDINATOR(func);
> LOGCOORDINATOR("Dump follows:");
> dump();
> - throw -1;
> + throw - 1;
> }
> return result;
> }
> ```
>
> If you fix/push this, it should kick off a new set of builds. Thanks!
Done. Strangely, it was cmake the one who changed that line in the first
place to `throw -1`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]