Nambers / MiraiCP

c++ SDK of Mirai

Home Page:https://eritque-arcus.tech/MiraiCP/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler Warning (level 1) C4251

Antares0982 opened this issue · comments

Code of Conduct

  • I conform

问题描述

MiraiCP使用MIRAICP_EXPORT宏导出了大量符号,但大多数符号仅仅是为了能够给单元测试链接上,大量符号违背了MSVC C4251警告。实际运行时需要导出的符号只有libloader需要的那四个函数。其他的应该改为仅面向单元测试导出。

日志

None

版本

v2.15.0-RC2

组件

Plugin(SDK)

编译器

Microsoft Visual C++ (MSVC)

系统

Windows

架构

No response