]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/props_io.cxx
allow sound effects in the configuration file to be added to the 'avionics' sample...
[simgear.git] / simgear / props / props_io.cxx
index 44380186cf891d061e34ebd40732cd4cffd7e711..232e3c2c79f4b2c4c4da20d00fa2c54e1c00d5f7 100644 (file)
@@ -437,6 +437,8 @@ getTypeName (simgear::props::Type type)
   case props::ALIAS:
   case props::NONE:
     return "unspecified";
+  default: // avoid compiler warning
+    break;
   }
 
   // keep the compiler from squawking