..
void value not ignored as it ought to be
复制了一个方法,没修改完全。
TER ret = to_do_something();
报错说明 to_do_something 没有返回值,而用 TER 接收了一下下。
void to_do_something() {}
大意了。 (^_^)
Nothing