Çözüldü Windows Server Build Warning Hk.

  • Konuyu açan Konuyu açan zodiac160
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 4
  • Gösterim Gösterim 213
Bu konu çözüme ulaştırılmıştır. Çözüm için konuya yazılan tüm yorumları okumayı unutmayın. Eğer konudaki yorumlar sorununuzu çözmediyse yeni bir konu açabilirsiniz.
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.

zodiac160

MT Üye
MT Üye
Mesaj
180
Çözümler
9
Beğeni
75
Puan
479
Ticaret Puanı
0
Vs Studioda build alırken dikkat ediyorum bazı warningler var. Buna ister istemez takıntı yapıyorum. Bunları oturup benim gibi takıntı yapan var mı ve ya bu kadar takıntı yapmaya gerek var mı ? Not: Derlerken hata denetimini /w4'e ayarlayıp öyle yaptım bu yüzden fazla görünüyor

Örnek warning:

Kod:
Genişlet Daralt Kopyala
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Server\db\src\Cache.cpp(165,22): warning C4267: '+=': 'size_t' - 'BYTE' dönüşümü; veri kaybı olabilir
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(1270,9): warning C4459: 'uint' bildirimi genel bildirimi gizliyor
7>('Cache.cpp' kaynak dosyası derleniyor)
7>    C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Server\libthecore\include\typedef.h(58,22):
7>    'uint' bildirimine bakın
7>    C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(1270,9):
7>    şablon örneği oluşturma bağlamı (önce en eski olan)
7>        C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(1948,22):
7>        derlenen şablon işlevi 'fmt::v8::detail::dragonbox::float_info<double>::carrier_uint fmt::v8::detail::exponent_mask<double>(void)' örneği oluşturma başvurusuna bakın
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(381,3): warning C4996: 'stdext::checked_array_iterator<T *>::checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(381,3): warning C4996:         with
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(381,3): warning C4996:         [
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(381,3): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(381,3): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>    C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(381,3):
7>    şablon örneği oluşturma bağlamı (önce en eski olan)
7>        C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format-inl.h(459,34):
7>        derlenen şablon işlevi 'stdext::checked_array_iterator<T *> fmt::v8::detail::make_checked<T>(T *,size_t)' örneği oluşturma başvurusuna bakın
7>        with
7>        [
7>            T=fmt::v8::detail::bigint::bigit
7>        ]
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1371,31): warning C4996: 'stdext::checked_array_iterator<T *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1371,31): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1371,31): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1371,31): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1371,31): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\iterator(1483,35):
7>    'stdext::checked_array_iterator' bildirimine bakın
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1371,31):
7>    şablon örneği oluşturma bağlamı (önce en eski olan)
7>        C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format-inl.h(459,10):
7>        derlenen şablon işlevi '_OutIt std::copy<const T*,stdext::checked_array_iterator<T *>>(_InIt,_InIt,_OutIt)' örneği oluşturma başvurusuna bakın
7>        with
7>        [
7>            _OutIt=stdext::checked_array_iterator<fmt::v8::detail::bigint::bigit *>,
7>            T=fmt::v8::detail::bigint::bigit,
7>            _InIt=const fmt::v8::detail::bigint::bigit *
7>        ]
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(4880,31):
7>        derlenen şablon işlevi 'decltype(auto) std::_Get_unwrapped_n<stdext::checked_array_iterator<T *>,int>(_Iter &&,const _Diff)' örneği oluşturma başvurusuna bakın
7>        with
7>        [
7>            T=fmt::v8::detail::bigint::bigit,
7>            _Iter=stdext::checked_array_iterator<fmt::v8::detail::bigint::bigit *>,
7>            _Diff=int
7>        ]
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1476,26):
7>        derlenen 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<unsigned int *> >' değişken şablonuna başvuruya bakın
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1470,44):
7>        derlenen 'const bool _Unwrappable_v<stdext::checked_array_iterator<unsigned int *>,void>' değişken şablonuna başvuruya bakın
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1399,5):
7>        derlenen 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<unsigned int *>,void>' değişken şablonuna başvuruya bakın
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,31): warning C4996: 'stdext::checked_array_iterator<T *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,31): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,31): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,31): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,31): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\iterator(1483,35):
7>    'stdext::checked_array_iterator' bildirimine bakın
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,31):
7>    şablon örneği oluşturma bağlamı (önce en eski olan)
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1466,93):
7>        derlenen takma ad şablon örneği oluşturma 'std::_Iter_diff_t<stdext::checked_array_iterator<T *>>' başvurusuna bakın
7>        with
7>        [
7>            T=fmt::v8::detail::bigint::bigit
7>        ]
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1265,22):
7>        derlenen takma ad şablon örneği oluşturma 'std::iter_difference_t<stdext::checked_array_iterator<T *>>' başvurusuna bakın
7>        with
7>        [
7>            T=fmt::v8::detail::bigint::bigit
7>        ]
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(120,41):
7>        '_Is_from_primary<std::iterator_traits<stdext::checked_array_iterator<unsigned int *> > >' kavramı değerlendirilirken
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(114,53):
7>        derlenen sınıf şablon örneği oluşturma 'std::iterator_traits<stdext::checked_array_iterator<T *>>' başvurusuna bakın
7>        with
7>        [
7>            T=fmt::v8::detail::bigint::bigit
7>        ]
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(366,26):
7>        derlenen sınıf şablon örneği oluşturma 'std::_Iterator_traits_base<_Ty>' başvurusuna bakın
7>        with
7>        [
7>            _Ty=stdext::checked_array_iterator<fmt::v8::detail::bigint::bigit *>
7>        ]
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,36): warning C4996: 'stdext::checked_array_iterator<T *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,36): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,36): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,36): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,36): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,31): warning C4996: 'stdext::checked_array_iterator<T *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,31): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,31): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,31): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,31): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\iterator(1483,35):
7>    'stdext::checked_array_iterator' bildirimine bakın
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,36): warning C4996: 'stdext::checked_array_iterator<T *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,36): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,36): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,36): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,36): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(192,31): warning C4996: 'stdext::checked_array_iterator<T *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(192,31): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(192,31): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(192,31): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(192,31): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\iterator(1483,35):
7>    'stdext::checked_array_iterator' bildirimine bakın
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(192,36): warning C4996: 'stdext::checked_array_iterator<T *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(192,36): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(192,36): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(192,36): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(192,36): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(179,20): warning C4996: 'stdext::checked_array_iterator<T *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(179,20): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(179,20): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(179,20): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(179,20): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\iterator(1483,35):
7>    'stdext::checked_array_iterator' bildirimine bakın
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(179,20):
7>    şablon örneği oluşturma bağlamı (önce en eski olan)
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(193,92):
7>        derlenen takma ad şablon örneği oluşturma 'std::_Old_iter_traits_pointer<true>::_Apply<_It>' başvurusuna bakın
7>        with
7>        [
7>            _It=stdext::checked_array_iterator<fmt::v8::detail::bigint::bigit *>
7>        ]
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(194,31): warning C4996: 'stdext::checked_array_iterator<T *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(194,31): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(194,31): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(194,31): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(194,31): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\iterator(1483,35):
7>    'stdext::checked_array_iterator' bildirimine bakın
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(194,36): warning C4996: 'stdext::checked_array_iterator<T *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(194,36): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(194,36): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(194,36): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(194,36): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(99,29): warning C4996: 'stdext::checked_array_iterator<T *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(99,29): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(99,29): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(99,29): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(99,29): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\iterator(1483,35):
7>    'stdext::checked_array_iterator' bildirimine bakın
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(99,29):
7>    şablon örneği oluşturma bağlamı (önce en eski olan)
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(121,87):
7>        derlenen sınıf şablon örneği oluşturma 'std::incrementable_traits<stdext::checked_array_iterator<T *>>' başvurusuna bakın
7>        with
7>        [
7>            T=fmt::v8::detail::bigint::bigit
7>        ]
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(99,34): warning C4996: 'stdext::checked_array_iterator<T *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(99,34): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(99,34): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(99,34): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(99,34): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1487,13): warning C4996: 'stdext::checked_array_iterator<T *>::_Verify_offset': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1487,13): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1487,13): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1487,13): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1487,13): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1488,42): warning C4996: 'stdext::checked_array_iterator<T *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1488,42): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1488,42): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1488,42): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1488,42): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\core.h(758,24): warning C4996: 'stdext::checked_array_iterator<T *>::operator *': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\core.h(758,24): warning C4996:         with
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\core.h(758,24): warning C4996:         [
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\core.h(758,24): warning C4996:             T=fmt::v8::detail::bigint::bigit
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\core.h(758,24): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>    C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\core.h(758,24):
7>    şablon örneği oluşturma bağlamı (önce en eski olan)
7>        C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format-inl.h(379,47):
7>        derlenen sınıf şablon örneği oluşturma 'fmt::v8::basic_memory_buffer<fmt::v8::detail::bigint::bigit,32,std::allocator<std::seed_seq::result_type>>' başvurusuna bakın
7>        C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(709,24):
7>        sınıf şablon üye işlevi 'void fmt::v8::basic_memory_buffer<fmt::v8::detail::bigint::bigit,32,std::allocator<std::seed_seq::result_type>>::move(fmt::v8::basic_memory_buffer<fmt::v8::detail::bigint::bigit,32,std::allocator<std::seed_seq::result_type>> &)' derlenirken
7>            C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(740,9):
7>            'fmt::v8::basic_memory_buffer<fmt::v8::detail::bigint::bigit,32,std::allocator<std::seed_seq::result_type>>::basic_memory_buffer' içinde ilk 'fmt::v8::basic_memory_buffer<fmt::v8::detail::bigint::bigit,32,std::allocator<std::seed_seq::result_type>>::move' başvurusuna bakın
7>            C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format-inl.h(561,50):
7>            'fmt::v8::detail::bigint::square' içinde ilk 'fmt::v8::basic_memory_buffer<fmt::v8::detail::bigint::bigit,32,std::allocator<std::seed_seq::result_type>>::basic_memory_buffer' başvurusuna bakın
7>        C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(716,17):
7>        derlenen şablon işlevi 'OutputIt fmt::v8::detail::copy_str<T,T*,stdext::checked_array_iterator<T *>>(InputIt,InputIt,OutputIt)' örneği oluşturma başvurusuna bakın
7>        with
7>        [
7>            OutputIt=stdext::checked_array_iterator<fmt::v8::detail::bigint::bigit *>,
7>            T=fmt::v8::detail::bigint::bigit,
7>            InputIt=fmt::v8::detail::bigint::bigit *
7>        ]
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(381,3): warning C4996: 'stdext::checked_array_iterator<T *>::checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(381,3): warning C4996:         with
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(381,3): warning C4996:         [
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(381,3): warning C4996:             T=char
7>C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(381,3): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>    C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(381,3):
7>    şablon örneği oluşturma bağlamı (önce en eski olan)
7>        C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(1733,30):
7>        derlenen sınıf şablon örneği oluşturma 'fmt::v8::basic_memory_buffer<char,500,std::allocator<char>>' başvurusuna bakın
7>        C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(778,18):
7>        sınıf şablon üye işlevi 'void fmt::v8::basic_memory_buffer<char,500,std::allocator<char>>::grow(size_t)' derlenirken
7>        C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(794,35):
7>        derlenen şablon işlevi 'stdext::checked_array_iterator<T *> fmt::v8::detail::make_checked<T>(T *,size_t)' örneği oluşturma başvurusuna bakın
7>        with
7>        [
7>            T=char
7>        ]
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1371,31): warning C4996: 'stdext::checked_array_iterator<T *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1371,31): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1371,31): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1371,31): warning C4996:             T=char
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1371,31): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\iterator(1483,35):
7>    'stdext::checked_array_iterator' bildirimine bakın
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1371,31):
7>    şablon örneği oluşturma bağlamı (önce en eski olan)
7>        C:\Users\sinan\OneDrive\Masaüstü\mt2-svfiles\svfiles-server\Srcs\Extern\include\fmt\format.h(793,8):
7>        derlenen şablon işlevi '_NoThrowFwdIt std::uninitialized_copy<T*,stdext::checked_array_iterator<T *>>(const _InIt,const _InIt,_NoThrowFwdIt)' örneği oluşturma başvurusuna bakın
7>        with
7>        [
7>            _NoThrowFwdIt=stdext::checked_array_iterator<char *>,
7>            T=char,
7>            _InIt=char *
7>        ]
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xmemory(1933,30):
7>        derlenen şablon işlevi 'decltype(auto) std::_Get_unwrapped_n<_NoThrowFwdIt&,int>(_Iter,const _Diff)' örneği oluşturma başvurusuna bakın
7>        with
7>        [
7>            _NoThrowFwdIt=stdext::checked_array_iterator<char *>,
7>            _Iter=stdext::checked_array_iterator<char *> &,
7>            _Diff=int
7>        ]
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1476,26):
7>        derlenen 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<char *> &>' değişken şablonuna başvuruya bakın
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1470,44):
7>        derlenen 'const bool _Unwrappable_v<stdext::checked_array_iterator<char *> &,void>' değişken şablonuna başvuruya bakın
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1399,5):
7>        derlenen 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<char *>,void>' değişken şablonuna başvuruya bakın
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,31): warning C4996: 'stdext::checked_array_iterator<T *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,31): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,31): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,31): warning C4996:             T=char
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,31): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\iterator(1483,35):
7>    'stdext::checked_array_iterator' bildirimine bakın
7>    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,31):
7>    şablon örneği oluşturma bağlamı (önce en eski olan)
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1466,93):
7>        derlenen takma ad şablon örneği oluşturma 'std::_Iter_diff_t<stdext::checked_array_iterator<T *>>' başvurusuna bakın
7>        with
7>        [
7>            T=char
7>        ]
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\xutility(1265,22):
7>        derlenen takma ad şablon örneği oluşturma 'std::iter_difference_t<stdext::checked_array_iterator<T *>>' başvurusuna bakın
7>        with
7>        [
7>            T=char
7>        ]
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(120,41):
7>        '_Is_from_primary<std::iterator_traits<stdext::checked_array_iterator<char *> > >' kavramı değerlendirilirken
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(114,53):
7>        derlenen sınıf şablon örneği oluşturma 'std::iterator_traits<stdext::checked_array_iterator<T *>>' başvurusuna bakın
7>        with
7>        [
7>            T=char
7>        ]
7>        C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(366,26):
7>        derlenen sınıf şablon örneği oluşturma 'std::_Iterator_traits_base<_Ty>' başvurusuna bakın
7>        with
7>        [
7>            _Ty=stdext::checked_array_iterator<char *>
7>        ]
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,36): warning C4996: 'stdext::checked_array_iterator<T *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,36): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,36): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,36): warning C4996:             T=char
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(190,36): warning C4996:         ]
7>('Cache.cpp' kaynak dosyası derleniyor)
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,31): warning C4996: 'stdext::checked_array_iterator<T *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,31): warning C4996:         with
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,31): warning C4996:         [
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,31): warning C4996:             T=char
7>C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\include\__msvc_iter_core.hpp(191,31): warning C4996:         ]
 
Çözüm
w3 seviyesinde genellikle önemli uyarılar verilir. w4'de uyarılarla beraber en iyi uygulamaları (best practices) yakalamak için tavsiyelerde bulunuyor. w3 seviyesindeki uyarıları çözmekle başlayabilirsiniz.

Evet, tutarlılık için ve sonradan ortaya çıkabilecek sorunlara karşı önlem almak açısından çözülmesi gereken uyarılar olduğunu düşünüyorum çoğunun.
w3 seviyesinde genellikle önemli uyarılar verilir. w4'de uyarılarla beraber en iyi uygulamaları (best practices) yakalamak için tavsiyelerde bulunuyor. w3 seviyesindeki uyarıları çözmekle başlayabilirsiniz.

Evet, tutarlılık için ve sonradan ortaya çıkabilecek sorunlara karşı önlem almak açısından çözülmesi gereken uyarılar olduğunu düşünüyorum çoğunun.
 
Çözüm
w3 seviyesinde genellikle önemli uyarılar verilir. w4'de uyarılarla beraber en iyi uygulamaları (best practices) yakalamak için tavsiyelerde bulunuyor. w3 seviyesindeki uyarıları çözmekle başlayabilirsiniz.

Evet, tutarlılık için ve sonradan ortaya çıkabilecek sorunlara karşı önlem almak açısından çözülmesi gereken uyarılar olduğunu düşünüyorum çoğunun.
evet haklısın. Peki ya WinServeri MSVC++ kullanarak build etmek yerine freebsdde build ettiğim gibi clang kullansam build ederken Buradaki warningleri çözsem tutarlılık açısından daha iyi olur mu size
 
Dilin kendisi ve STL çapraz platformda çalışacak şekilde geliştirildiği için bi fark olacağını sanmıyorum.
Windows'a, Msvc'ye bağımlı kodlar yazmadığınız sürece.
 
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.
Geri
Üst