Fixes a gcc 10 build warning on snprintf overlapping in drdeploy.c by disabling the warning type. A better solution would be nice to avoid missing warnings on real problems but this will do for now.
Fixes a warning about ignoring a return value in the client.alloc test.
Fixes #4363 (closed) Fixes #4511 (closed)