* 修改编译方式为CMake
* 删除C++适配代码 * 修改编译告警
This commit is contained in:
4
common/json/include/parse_flags.h
Normal file
4
common/json/include/parse_flags.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef __parse_flags_h
|
||||
#define __parse_flags_h
|
||||
int parse_flags(int argc, char **argv);
|
||||
#endif
|
||||
Reference in New Issue
Block a user