diff options
| author | Arthur LAURENT <[email protected]> | 2025-05-11 18:14:15 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2025-05-11 18:58:21 +0200 |
| commit | e7ca027a1ebc0ad0e02160cd0c6b3cd502efadc8 (patch) | |
| tree | 9d1048e102be9f29f64d0f2571204037da9ac73e /xmake/rules/c++/modules/msvc/support.lua | |
| parent | 7be20413ac8cdd099055ae4eef80647ead092838 (diff) | |
(C++ modules support) fix warnings for std module
Diffstat (limited to 'xmake/rules/c++/modules/msvc/support.lua')
| -rw-r--r-- | xmake/rules/c++/modules/msvc/support.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xmake/rules/c++/modules/msvc/support.lua b/xmake/rules/c++/modules/msvc/support.lua index b6458b383..4cb4a7fad 100644 --- a/xmake/rules/c++/modules/msvc/support.lua +++ b/xmake/rules/c++/modules/msvc/support.lua @@ -136,9 +136,7 @@ function get_stdmodules(target, opt) end end end - if not opt.dont_warn then - wprint("std and std.compat modules not found! disabling them for the build") - end + wprint("std and std.compat modules not found! disabling them for the build") end function get_bmi_extension() |
