Commit fcdd5aca authored by Davis King's avatar Davis King

fixed compiler warning

parent ee94add5
......@@ -37,7 +37,7 @@ namespace
void funct(int) {}
float funct_f(int) {}
float funct_f(int) { return 0;}
};
void test_metaprog()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment