mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 20:57:20 +08:00
[fix] Fix simulator compilation warnings (#6438)
* [fix] Fix simulator compilation warnings * Update bsp/simulator/rtconfig_project.h Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
This commit is contained in:
co-authored by
Man, Jianting (Meco) <920369182@qq.com>
parent
746d7a01bd
commit
a4829b1c00
@@ -14,6 +14,7 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
/* disable some warning in MSC */
|
||||
// #pragma warning(disable:4103) /* structure packing changed by including file */
|
||||
// #pragma warning(disable:4273) /* to ignore: warning C4273: inconsistent dll linkage */
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user