Merge branch 'warningfix' of https://github.com/gnustep/libs-gui into warningfix

This commit is contained in:
Riccardo Mottola 2023-09-18 18:05:35 +02:00
commit 9faf904349

View file

@ -48,7 +48,7 @@
{
NSError *error = nil;
NSAssert(completionHandler != nil, NSInvalidArgumentException);
NSAssert(completionHandler != NULL, NSInvalidArgumentException);
CALL_NON_NULL_BLOCK(completionHandler, error);
}