]> granicus.if.org Git - clang/commitdiff
Add a return to silence a warning. Alternately a default: return false
authorEric Christopher <echristo@apple.com>
Wed, 30 Jun 2010 18:36:32 +0000 (18:36 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 30 Jun 2010 18:36:32 +0000 (18:36 +0000)
would work.

Sebastian: figure out which one you want :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107305 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaOverload.cpp

index 344fb92c2597c8a80a852e51957d8ea6494ad45e..4f841b065188c634439bcbb3fa669d582de8298a 100644 (file)
@@ -2707,6 +2707,8 @@ FindConversionToLValue(Sema &S, ImplicitConversionSequence &ICS,
     // conversion; continue with other checks.
     return false;
   }
+  
+  return false;
 }
 
 /// \brief Compute an implicit conversion sequence for reference