]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/props.hxx
use auto_ptr instead
[simgear.git] / simgear / props / props.hxx
index 93c95682ada2eb02cbd617fd06d842073d03e18d..dc9871343b176c8f8d309b68c0b13aa1a837cf42 100644 (file)
@@ -1861,6 +1861,8 @@ T SGPropertyNode::getValue(typename boost::disable_if_c<simgear::props
     case UNSPECIFIED:
         return simgear::parseString<T>(make_string());
         break;
+    default: // avoid compiler warning
+        break;
     }
     return SGRawValue<T>::DefaultValue();
 }