commit | f8e98a6e4560c632a9c0373abee247e747097845 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Fri Jul 23 15:37:46 2010 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Fri Jul 23 15:37:46 2010 +0000 |
tree | 4aaec23389d82257b7d23c457c4da3860db0804b | |
parent | 7cebe131c19e5cff92a5728144dcbdb1e73e0343 [diff] [blame] |
Warnings cleanup patch from Jean-Daniel Dupas. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@109226 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Host/macosx/cfcpp/CFCMutableSet.cpp b/source/Host/macosx/cfcpp/CFCMutableSet.cpp index cd25370..afc09e1 100644 --- a/source/Host/macosx/cfcpp/CFCMutableSet.cpp +++ b/source/Host/macosx/cfcpp/CFCMutableSet.cpp
@@ -84,7 +84,7 @@ if (set == NULL) { if (can_create == false) - return false; + return NULL; set = ::CFSetCreateMutable(kCFAllocatorDefault, 0, &kCFTypeSetCallBacks); reset ( set ); }