Suuports clang compiler
[anna.git] / source / core / util / TextVariable.cpp
index 7b16f26..b6ba936 100644 (file)
@@ -66,6 +66,7 @@ throw(RuntimeException) {
     buffer.allocate(a_expression.length() + 32);
     sprintf((char*) buffer.getData(), a_expression.c_str(), getFloatValue());
     break;
+  default: break;
   }
 
   return buffer.getData();