Skip to content

Commit

Permalink
1:修复检测结果为空时报错问题。2:优化yaml组件,让yaml组件支持gcc 4.8版本(centos7默认),增强引擎的跨平台编译能力。
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghaishan committed Jan 5, 2023
1 parent a3ca3b1 commit ab6bf2c
Show file tree
Hide file tree
Showing 5 changed files with 3,262 additions and 1,605 deletions.
2 changes: 1 addition & 1 deletion FireDog/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


//main version
#define FIREDOG_VERSION "1.3.1"
#define FIREDOG_VERSION "1.3.3"

//feature library version
#define FIREDOG_FEATURE_LIBRARY_VERSION "1.2.1"
Expand Down
2 changes: 2 additions & 0 deletions FireDog/featurelibrary.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma warning (disable: 4996)

#include "featurelibrary.h"

using namespace nlohmann;
Expand Down
Loading

0 comments on commit ab6bf2c

Please sign in to comment.