Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1>------ Build started: Project: U mod, Configuration: Release Win32 ------
- 1> main.c
- 1>winp\src\main.c(69): warning C4018: '>' : signed/unsigned mismatch
- 1>winp\src\main.c(226): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
- 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
- 1>winp\src\main.c(227): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
- 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
- 1>winp\src\main.c(810): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
- 1>winp\src\main.c(812): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(815): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(818): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(917): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
- 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
- 1>winp\src\main.c(924): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
- 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
- 1>winp\src\main.c(952): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
- 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
- 1>winp\src\main.c(960): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
- 1>winp\src\main.c(961): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
- 1>winp\src\main.c(991): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
- 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
- 1>winp\src\main.c(993): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
- 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
- 1>winp\src\main.c(1008): 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>winp\src\main.c(1023): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
- 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
- 1>winp\src\main.c(1047): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
- 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
- 1>winp\src\main.c(1200): error C2275: 'SDL_AudioSpec' : illegal use of this type as an expression
- 1> C:\Users\User\Documents\powder toy\mod to compile\winp\includes\SDL/SDL_audio.h(93) : see declaration of 'SDL_AudioSpec'
- 1>winp\src\main.c(1200): error C2146: syntax error : missing ';' before identifier 'fmt'
- 1>winp\src\main.c(1200): error C2065: 'fmt' : undeclared identifier
- 1>winp\src\main.c(1202): error C2065: 'fmt' : undeclared identifier
- 1>winp\src\main.c(1202): error C2224: left of '.freq' must have struct/union type
- 1>winp\src\main.c(1203): error C2065: 'fmt' : undeclared identifier
- 1>winp\src\main.c(1203): error C2224: left of '.format' must have struct/union type
- 1>winp\src\main.c(1204): error C2065: 'fmt' : undeclared identifier
- 1>winp\src\main.c(1204): error C2224: left of '.channels' must have struct/union type
- 1>winp\src\main.c(1205): error C2065: 'fmt' : undeclared identifier
- 1>winp\src\main.c(1205): error C2224: left of '.samples' must have struct/union type
- 1>winp\src\main.c(1206): error C2065: 'fmt' : undeclared identifier
- 1>winp\src\main.c(1206): error C2224: left of '.callback' must have struct/union type
- 1>winp\src\main.c(1207): error C2065: 'fmt' : undeclared identifier
- 1>winp\src\main.c(1207): error C2224: left of '.userdata' must have struct/union type
- 1>winp\src\main.c(1209): error C2065: 'fmt' : undeclared identifier
- 1>winp\src\main.c(1209): warning C4133: 'function' : incompatible types - from 'int *' to 'SDL_AudioSpec *'
- 1>winp\src\main.c(1222): warning C4090: 'function' : different 'const' qualifiers
- 1>winp\src\main.c(1226): warning C4090: 'function' : different 'const' qualifiers
- 1>winp\src\main.c(1386): 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>winp\src\main.c(1387): 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>winp\src\main.c(1388): 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>winp\src\main.c(1389): 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>winp\src\main.c(1398): 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>winp\src\main.c(1399): 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>winp\src\main.c(1400): 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>winp\src\main.c(1401): 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>winp\src\main.c(1428): 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>winp\src\main.c(1429): 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>winp\src\main.c(1430): 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>winp\src\main.c(1431): 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>winp\src\main.c(1572): warning C4244: '-=' : conversion from 'double' to 'int', possible loss of data
- 1>winp\src\main.c(1573): warning C4244: '-=' : conversion from 'double' to 'int', possible loss of data
- 1>winp\src\main.c(1612): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
- 1>winp\src\main.c(1613): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
- 1>winp\src\main.c(1688): 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>winp\src\main.c(1691): 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>winp\src\main.c(1694): 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>winp\src\main.c(1855): 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>winp\src\main.c(1856): warning C4013: 'process_command' undefined; assuming extern returning int
- 1>winp\src\main.c(2337): error C2143: syntax error : missing ';' before 'type'
- 1>winp\src\main.c(2338): error C2065: 'buff2' : undeclared identifier
- 1>winp\src\main.c(2338): warning C4022: 'memset' : pointer mismatch for actual parameter 1
- 1>winp\src\main.c(2338): error C2065: 'buff2' : undeclared identifier
- 1>winp\src\main.c(2339): error C2065: 'buff2' : undeclared identifier
- 1>winp\src\main.c(2340): error C2065: 'buff2' : undeclared identifier
- 1>winp\src\main.c(2340): warning C4047: 'function' : 'char *' differs in levels of indirection from 'int'
- 1>winp\src\main.c(2340): warning C4024: 'open_ui' : different types for formal and actual parameter 2
- 1>winp\src\main.c(2684): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(2691): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(2729): error C2143: syntax error : missing ';' before 'type'
- 1>winp\src\main.c(2730): error C2143: syntax error : missing ';' before 'type'
- 1>winp\src\main.c(2731): error C2065: 'pch' : undeclared identifier
- 1>winp\src\main.c(2731): warning C4022: 'memset' : pointer mismatch for actual parameter 1
- 1>winp\src\main.c(2731): error C2065: 'pch' : undeclared identifier
- 1>winp\src\main.c(2732): error C2065: 'fileread' : undeclared identifier
- 1>winp\src\main.c(2732): warning C4022: 'memset' : pointer mismatch for actual parameter 1
- 1>winp\src\main.c(2732): error C2065: 'fileread' : undeclared identifier
- 1>winp\src\main.c(2733): error C2143: syntax error : missing ';' before 'type'
- 1>winp\src\main.c(2734): error C2143: syntax error : missing ';' before 'type'
- 1>winp\src\main.c(2735): error C2065: 'fileread' : undeclared identifier
- 1>winp\src\main.c(2735): warning C4022: 'fread' : pointer mismatch for actual parameter 1
- 1>winp\src\main.c(2736): error C2065: 'fileread' : undeclared identifier
- 1>winp\src\main.c(2736): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
- 1>winp\src\main.c(2736): warning C4024: 'strlen' : different types for formal and actual parameter 1
- 1>winp\src\main.c(2736): warning C4018: '<' : signed/unsigned mismatch
- 1>winp\src\main.c(2738): error C2065: 'fileread' : undeclared identifier
- 1>winp\src\main.c(2738): error C2109: subscript requires array or pointer type
- 1>winp\src\main.c(2740): error C2065: 'pch' : undeclared identifier
- 1>winp\src\main.c(2740): error C2109: subscript requires array or pointer type
- 1>winp\src\main.c(2740): error C2065: 'fileread' : undeclared identifier
- 1>winp\src\main.c(2740): error C2109: subscript requires array or pointer type
- 1>winp\src\main.c(2741): error C2065: 'fileread' : undeclared identifier
- 1>winp\src\main.c(2741): error C2109: subscript requires array or pointer type
- 1>winp\src\main.c(2742): error C2065: 'tokens' : undeclared identifier
- 1>winp\src\main.c(2742): error C2109: subscript requires array or pointer type
- 1>winp\src\main.c(2742): error C2065: 'fileread' : undeclared identifier
- 1>winp\src\main.c(2742): error C2109: subscript requires array or pointer type
- 1>winp\src\main.c(2744): error C2065: 'fileread' : undeclared identifier
- 1>winp\src\main.c(2744): error C2109: subscript requires array or pointer type
- 1>winp\src\main.c(2744): error C2065: 'fileread' : undeclared identifier
- 1>winp\src\main.c(2744): error C2109: subscript requires array or pointer type
- 1>winp\src\main.c(2746): error C2065: 'tokens' : undeclared identifier
- 1>winp\src\main.c(2746): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
- 1>winp\src\main.c(2746): warning C4024: 'sregexp' : different types for formal and actual parameter 1
- 1>winp\src\main.c(2750): error C2065: 'tokensize' : undeclared identifier
- 1>winp\src\main.c(2750): error C2065: 'tokens' : undeclared identifier
- 1>winp\src\main.c(2750): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
- 1>winp\src\main.c(2750): warning C4024: 'strlen' : different types for formal and actual parameter 1
- 1>winp\src\main.c(2753): error C2065: 'tokens' : undeclared identifier
- 1>winp\src\main.c(2753): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
- 1>winp\src\main.c(2753): warning C4024: 'sscanf' : different types for formal and actual parameter 1
- 1>winp\src\main.c(2754): error C2065: 'tokens' : undeclared identifier
- 1>winp\src\main.c(2754): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
- 1>winp\src\main.c(2754): warning C4024: 'sscanf' : different types for formal and actual parameter 1
- 1>winp\src\main.c(2759): warning C4018: '<' : signed/unsigned mismatch
- 1>winp\src\main.c(2761): error C2065: 'pch' : undeclared identifier
- 1>winp\src\main.c(2761): error C2065: 'tokensize' : undeclared identifier
- 1>winp\src\main.c(2761): error C2109: subscript requires array or pointer type
- 1>winp\src\main.c(2764): error C2065: 'pch' : undeclared identifier
- 1>winp\src\main.c(2764): error C2065: 'tokensize' : undeclared identifier
- 1>winp\src\main.c(2764): error C2109: subscript requires array or pointer type
- 1>winp\src\main.c(2766): warning C4018: '<' : signed/unsigned mismatch
- 1>winp\src\main.c(2768): error C2065: 'pch' : undeclared identifier
- 1>winp\src\main.c(2768): error C2065: 'tokensize' : undeclared identifier
- 1>winp\src\main.c(2768): error C2109: subscript requires array or pointer type
- 1>winp\src\main.c(2771): error C2065: 'pch' : undeclared identifier
- 1>winp\src\main.c(2771): error C2065: 'tokensize' : undeclared identifier
- 1>winp\src\main.c(2771): error C2109: subscript requires array or pointer type
- 1>winp\src\main.c(2772): error C2065: 'tokensize' : undeclared identifier
- 1>winp\src\main.c(2774): error C2065: 'tokens' : undeclared identifier
- 1>winp\src\main.c(2774): warning C4022: 'memset' : pointer mismatch for actual parameter 1
- 1>winp\src\main.c(2774): error C2065: 'tokens' : undeclared identifier
- 1>winp\src\main.c(2777): error C2065: 'fileread' : undeclared identifier
- 1>winp\src\main.c(2777): error C2109: subscript requires array or pointer type
- 1>winp\src\main.c(2782): error C2065: 'pch' : undeclared identifier
- 1>winp\src\main.c(2782): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
- 1>winp\src\main.c(2782): warning C4024: 'strcmp' : different types for formal and actual parameter 1
- 1>winp\src\main.c(2785): error C2065: 'pch' : undeclared identifier
- 1>winp\src\main.c(2785): warning C4047: 'function' : 'char *' differs in levels of indirection from 'int'
- 1>winp\src\main.c(2785): warning C4024: 'process_command' : different types for formal and actual parameter 2
- 1>winp\src\main.c(2787): error C2065: 'pch' : undeclared identifier
- 1>winp\src\main.c(2787): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
- 1>winp\src\main.c(2787): warning C4024: 'strcmp' : different types for formal and actual parameter 1
- 1>winp\src\main.c(2787): error C2065: 'pch' : undeclared identifier
- 1>winp\src\main.c(2787): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'
- 1>winp\src\main.c(2787): warning C4024: 'strcmp' : different types for formal and actual parameter 1
- 1>winp\src\main.c(2789): error C2065: 'pch' : undeclared identifier
- 1>winp\src\main.c(2789): warning C4022: 'memset' : pointer mismatch for actual parameter 1
- 1>winp\src\main.c(2789): error C2065: 'pch' : undeclared identifier
- 1>winp\src\main.c(2834): 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>winp\src\main.c(2836): 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>winp\src\main.c(2953): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(2962): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(2970): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(3011): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(3020): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(3028): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(3040): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(3049): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(3057): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(3098): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(3107): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(3115): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(3127): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(3136): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1>winp\src\main.c(3144): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
- 1> misc.c
- 1>winp\src\misc.c(58): 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>winp\src\misc.c(94): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
- 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
- 1>winp\src\misc.c(134): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
- 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
- 1>winp\src\misc.c(263): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
- 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
- 1> Generating Code...
- ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement