浏览代码

feat: MSVC关闭5105警告输出

SongZihuan 3 年之前
父节点
当前提交
df7501ef5d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/tool/stdio_.c

+ 3 - 0
src/tool/stdio_.c

@@ -10,6 +10,9 @@
 #include "tool.h"
 
 #ifdef aFunWIN32_NO_CYGWIN
+#ifdef _MSC_VER
+#pragma warning(disable : 5105)  // 关闭 5105 的警告输出 (Windows.h中使用)
+#endif
 #include <Windows.h>
 // 获取CodePage, 并将内存中utf-8字符串转换为对应编码输出
 // cygwin环境下, 终端默认为uft-8