Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code base refactoring #74

Open
CherryPill opened this issue Apr 19, 2020 · 1 comment
Open

Code base refactoring #74

CherryPill opened this issue Apr 19, 2020 · 1 comment

Comments

@CherryPill
Copy link
Owner

1>W:\Projects\SI\v1.4\SystemInfo\util\utility.h(93): warning C4091: 'typedef ': ignored on left of 'RESULT_STRUCT' when no variable is declared 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(181): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(245): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(230): warning C4101: 'capacityStrBuff': unreferenced local variable 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(229): warning C4101: 'capacityDouble': unreferenced local variable 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(228): warning C4101: 'capacity': unreferenced local variable 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(376): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(419): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(506): warning C4244: '=': conversion from 'double' to 'UINT64', possible loss of data 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(494): warning C4101: 'capacity': unreferenced local variable 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(623): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(100): note: see declaration of 'wcscat' 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(821): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(824): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(100): note: see declaration of 'wcscat' 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(826): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(100): note: see declaration of 'wcscat' 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(829): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(100): note: see declaration of 'wcscat' 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(830): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(100): note: see declaration of 'wcscat' 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(874): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(875): warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(2039): note: see declaration of 'swscanf' 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(882): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(869): warning C4101: 'capacity': unreferenced local variable 1>aboutDialog.cpp 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.h(93): warning C4091: 'typedef ': ignored on left of 'RESULT_STRUCT' when no variable is declared 1>scrUploadDialog.cpp 1>W:\Projects\SI\v1.4\SystemInfo\dialog\scrUploadDialog.h(9): warning C4091: 'typedef ': ignored on left of 'UPLOAD_SRC_LINK_DATA' when no variable is declared 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.h(93): warning C4091: 'typedef ': ignored on left of 'RESULT_STRUCT' when no variable is declared 1>saveSpecs.cpp 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.h(93): warning C4091: 'typedef ': ignored on left of 'RESULT_STRUCT' when no variable is declared 1>W:\Projects\SI\v1.4\SystemInfo\export\saveSpecs.cpp(140): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>W:\Projects\SI\v1.4\SystemInfo\export\saveSpecs.cpp(141): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(100): note: see declaration of 'wcscat' 1>W:\Projects\SI\v1.4\SystemInfo\export\saveSpecs.cpp(144): warning C4101: 'err': unreferenced local variable 1>screenCapture.cpp 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.h(93): warning C4091: 'typedef ': ignored on left of 'RESULT_STRUCT' when no variable is declared 1>W:\Projects\SI\v1.4\SystemInfo\dialog\scrUploadDialog.h(9): warning C4091: 'typedef ': ignored on left of 'UPLOAD_SRC_LINK_DATA' when no variable is declared 1>W:\Projects\SI\v1.4\SystemInfo\export\screenCapture.cpp(30): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>W:\Projects\SI\v1.4\SystemInfo\export\screenCapture.cpp(32): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(100): note: see declaration of 'wcscat' 1>W:\Projects\SI\v1.4\SystemInfo\export\screenCapture.cpp(33): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(100): note: see declaration of 'wcscat' 1>W:\Projects\SI\v1.4\SystemInfo\export\screenCapture.cpp(56): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>W:\Projects\SI\v1.4\SystemInfo\export\screenCapture.cpp(31): warning C4101: 'uuidString': unreferenced local variable 1>binImport.cpp 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.h(93): warning C4091: 'typedef ': ignored on left of 'RESULT_STRUCT' when no variable is declared 1>main.cpp 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.h(93): warning C4091: 'typedef ': ignored on left of 'RESULT_STRUCT' when no variable is declared 1>W:\Projects\SI\v1.4\SystemInfo\main.cpp(15): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(100): note: see declaration of 'wcscat' 1>W:\Projects\SI\v1.4\SystemInfo\main.cpp(19): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>mainWindowProcedure.cpp 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.h(93): warning C4091: 'typedef ': ignored on left of 'RESULT_STRUCT' when no variable is declared 1>W:\Projects\SI\v1.4\SystemInfo\dialog\scrUploadDialog.h(9): warning C4091: 'typedef ': ignored on left of 'UPLOAD_SRC_LINK_DATA' when no variable is declared 1>W:\Projects\SI\v1.4\SystemInfo\mainWindowProcedure.cpp(28): warning C4101: 'si': unreferenced local variable 1>W:\Projects\SI\v1.4\SystemInfo\mainWindowProcedure.cpp(153): warning C4101: 'buf': unreferenced local variable 1>W:\Projects\SI\v1.4\SystemInfo\mainWindowProcedure.cpp(365): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(100): note: see declaration of 'wcscat' 1>W:\Projects\SI\v1.4\SystemInfo\mainWindowProcedure.cpp(404): warning C4101: 'uptimeThreadId': unreferenced local variable 1>network.cpp 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.h(93): warning C4091: 'typedef ': ignored on left of 'RESULT_STRUCT' when no variable is declared 1>W:\Projects\SI\v1.4\SystemInfo\network\common\network.cpp(16): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winsock2.h(1849): note: see declaration of 'inet_ntoa' 1>W:\Projects\SI\v1.4\SystemInfo\network\common\network.cpp(57): warning C4101: 'i': unreferenced local variable 1>W:\Projects\SI\v1.4\SystemInfo\network\common\network.cpp(123): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(133): note: see declaration of 'strcpy' 1>rest.cpp 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.h(93): warning C4091: 'typedef ': ignored on left of 'RESULT_STRUCT' when no variable is declared 1>W:\Projects\SI\v1.4\SystemInfo\dialog\scrUploadDialog.h(9): warning C4091: 'typedef ': ignored on left of 'UPLOAD_SRC_LINK_DATA' when no variable is declared 1>W:\Projects\SI\v1.4\SystemInfo\network\rest\rest.cpp(134): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>utility.cpp 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.h(93): warning C4091: 'typedef ': ignored on left of 'RESULT_STRUCT' when no variable is declared 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(34): warning C4996: 'swprintf': function has been changed to conform with the ISO C standard, adding an extra character count parameter. To use the traditional Microsoft version, set _CRT_NON_CONFORMING_SWPRINTFS. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1822): note: see declaration of 'swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(98): warning C4477: '_swprintf' : format string '%u' requires an argument of type 'unsigned int', but variadic argument 1 has type 'UINT64' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(98): note: consider using '%llu' in the format string 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(98): note: consider using '%I64u' in the format string 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(98): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(120): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(121): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(100): note: see declaration of 'wcscat' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(122): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(100): note: see declaration of 'wcscat' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(134): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(128): warning C4101: 'finalTimeString': unreferenced local variable 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(148): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(145): warning C4996: '_itow': This function or variable may be unsafe. Consider using _itow_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdlib.h(64): note: see declaration of '_itow' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(150): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(161): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(157): warning C4101: 'min': unreferenced local variable 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(282): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(291): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(346): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(133): note: see declaration of 'strcpy' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(347): warning C4996: 'mbstowcs': This function or variable may be unsafe. Consider using mbstowcs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(927): note: see declaration of 'mbstowcs' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(398): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(406): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(400): warning C4996: '_wcstok': This function or variable may be unsafe. Consider using wcstok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(247): note: see declaration of '_wcstok' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(404): warning C4996: '_wcstok': This function or variable may be unsafe. Consider using wcstok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(247): note: see declaration of '_wcstok' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(442): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(447): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(451): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(454): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(459): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(462): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(464): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(522): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(523): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(100): note: see declaration of 'wcscat' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(525): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(542): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(123): note: see declaration of 'wcscpy' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(543): warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(2039): note: see declaration of 'swscanf' 1>W:\Projects\SI\v1.4\SystemInfo\util\utility.cpp(548): warning C4996: '_swprintf': This function or variable may be unsafe. Consider using swprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstdio.h(1446): note: see declaration of '_swprintf' 1>Generating Code... 1>W:\Projects\SI\v1.4\SystemInfo\core\sysinfo.cpp(681): warning C4715: 'executeWQLQuery': not all control paths return a value

@CherryPill
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant