NewWorldComingSoon / llvm-msvc-issues

Issues about llvm-msvc can be sent here
https://llvm-msvc.win
GNU General Public License v3.0
5 stars 0 forks source link

[MSVC] QT warning #105

Closed gmh5225 closed 1 year ago

gmh5225 commented 1 year ago
3>C:/Qt/6.30/msvc2019_64static/include\QtCore/qmargins.h(536,5): warning : 'tuple_size' defined as a class template here but previously declared as a struct template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
3>C:/Qt/6.30/msvc2019_64static/include\QtCore/qmargins.h(538,5): warning : 'tuple_element' defined as a class template here but previously declared as a struct template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
3>C:/Qt/6.30/msvc2019_64static/include\QtCore/qmargins.h(540,5): warning : 'tuple_element' defined as a class template here but previously declared as a struct template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
3>C:/Qt/6.30/msvc2019_64static/include\QtCore/qmargins.h(542,5): warning : 'tuple_element' defined as a class template here but previously declared as a struct template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
3>C:/Qt/6.30/msvc2019_64static/include\QtCore/qmargins.h(544,5): warning : 'tuple_element' defined as a class template here but previously declared as a struct template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
3>C:/Qt/6.30/msvc2019_64static/include\QtCore/qmargins.h(547,5): warning : 'tuple_size' defined as a class template here but previously declared as a struct template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
3>C:/Qt/6.30/msvc2019_64static/include\QtCore/qmargins.h(549,5): warning : 'tuple_element' defined as a class template here but previously declared as a struct template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
3>C:/Qt/6.30/msvc2019_64static/include\QtCore/qmargins.h(551,5): warning : 'tuple_element' defined as a class template here but previously declared as a struct template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
3>C:/Qt/6.30/msvc2019_64static/include\QtCore/qmargins.h(553,5): warning : 'tuple_element' defined as a class template here but previously declared as a struct template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
3>C:/Qt/6.30/msvc2019_64static/include\QtCore/qmargins.h(555,5): warning : 'tuple_element' defined as a class template here but previously declared as a struct template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
gmh5225 commented 1 year ago

DONE