diff options
Diffstat (limited to 'Source/SPNotLoaded.m')
-rw-r--r-- | Source/SPNotLoaded.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPNotLoaded.m b/Source/SPNotLoaded.m index 4e2925a7..66d6f209 100644 --- a/Source/SPNotLoaded.m +++ b/Source/SPNotLoaded.m @@ -45,6 +45,9 @@ static SPNotLoaded *notLoaded = nil; @synchronized(self) { return [[self notLoaded] retain]; } +#ifdef SP_REFACTOR + return nil; // only here to stop clang's "can reach end of non-void function" +#endif } - (id) init |