Перейти из форума на сайт.

НовостиФайловые архивы
ПоискАктивные темыТоп лист
ПравилаКто в on-line?
Вход Забыли пароль? Первый раз на этом сайте? Регистрация
Компьютерный форум Ru.Board » Компьютеры » Прикладное программирование » SQLite

Модерирует : ShIvADeSt

 Версия для печати • ПодписатьсяДобавить в закладки
На первую страницук этому сообщениюк последнему сообщению

Открыть новую тему     Написать ответ в эту тему

karakurt2



Advanced Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
    cl -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -D_AMD64_=1 -DWIN64 -D_WIN64  -DWIN32 -D_WIN32 -W4 -D_WINNT -D_WIN32_WINNT=0x0601 -DNTDDI_VERSION=0x06010000 -D_WIN32_IE=0x0800 -DWINVER=0x0601 -Zi -Od -DDEBUG  -D_MT -D_DLL -MDd /D_SCL_SECURE_NO_WARNINGS /D_SCL_SECURE_NO_DEPRECATE  /D__STDC_WANT_SECURE_LIB__ /D_BIND_TO_CURRENT_VCLIBS_VERSION  /D_CRT_SECURE_NO_WARNINGS /WX /DSQLITE_EXPORT /Fdsqlite-3.7.13_debug.pdb /Foobj-x64_debug\sqlite3.obj /Isrc src\sqlite3.c
sqlite3.c
src\sqlite3.c(14480) : error C2220: warning treated as error - no 'object' file generated
src\sqlite3.c(14480) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(14499) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(14518) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(14669) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(17580) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_mutex *' of greater size
src\sqlite3.c(21014) : warning C4306: 'type cast' : conversion from 'int' to 'const u8 *' of greater size
src\sqlite3.c(21116) : warning C4127: conditional expression is constant
src\sqlite3.c(21121) : warning C4127: conditional expression is constant
src\sqlite3.c(32497) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'AreFileApisANSI' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(10430) : see declaration of 'AreFileApisANSI'
src\sqlite3.c(32522) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'CloseHandle' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(5068) : see declaration of 'CloseHandle'
src\sqlite3.c(32527) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'CreateFileA' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(9269) : see declaration of 'CreateFileA'
src\sqlite3.c(32536) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'CreateFileW' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(9282) : see declaration of 'CreateFileW'
src\sqlite3.c(32545) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'CreateFileMappingW' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(7036) : see declaration of 'CreateFileMappingW'
src\sqlite3.c(32554) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'CreateMutexW' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(6672) : see declaration of 'CreateMutexW'
src\sqlite3.c(32563) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'DeleteFileA' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(9523) : see declaration of 'DeleteFileA'
src\sqlite3.c(32571) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'DeleteFileW' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(9529) : see declaration of 'DeleteFileW'
src\sqlite3.c(32596) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'FlushFileBuffers' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(4929) : see declaration of 'FlushFileBuffers'
src\sqlite3.c(32601) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'FormatMessageA' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(5687) : see declaration of 'FormatMessageA'
src\sqlite3.c(32610) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'FormatMessageW' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(5699) : see declaration of 'FormatMessageW'
src\sqlite3.c(32618) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'FreeLibrary' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(2611) : see declaration of 'FreeLibrary'
src\sqlite3.c(32622) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetCurrentProcessId' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(3500) : see declaration of 'GetCurrentProcessId'
src\sqlite3.c(32627) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetDiskFreeSpaceA' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(8981) : see declaration of 'GetDiskFreeSpaceA'
src\sqlite3.c(32636) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetDiskFreeSpaceW' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(8991) : see declaration of 'GetDiskFreeSpaceW'
src\sqlite3.c(32645) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetFileAttributesA' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(9378) : see declaration of 'GetFileAttributesA'
src\sqlite3.c(32653) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetFileAttributesW' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(9384) : see declaration of 'GetFileAttributesW'
src\sqlite3.c(32661) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetFileAttributesExW' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(9463) : see declaration of 'GetFileAttributesExW'
src\sqlite3.c(32670) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetFileSize' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(4862) : see declaration of 'GetFileSize'
src\sqlite3.c(32678) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetFullPathNameA' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(9163) : see declaration of 'GetFullPathNameA'
src\sqlite3.c(32687) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetFullPathNameW' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(9172) : see declaration of 'GetFullPathNameW'
src\sqlite3.c(32695) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetLastError' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(4255) : see declaration of 'GetLastError'
src\sqlite3.c(32705) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetProcAddress' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(2635) : see declaration of 'GetProcAddress'
src\sqlite3.c(32712) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetSystemInfo' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(5422) : see declaration of 'GetSystemInfo'
src\sqlite3.c(32719) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetSystemTime' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(5387) : see declaration of 'GetSystemTime'
src\sqlite3.c(32724) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetSystemTimeAsFileTime' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(5394) : see declaration of 'GetSystemTimeAsFileTime'
src\sqlite3.c(32733) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetTempPathA' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(8667) : see declaration of 'GetTempPathA'
src\sqlite3.c(32741) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetTempPathW' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(8674) : see declaration of 'GetTempPathW'
src\sqlite3.c(32749) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetTickCount' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(5651) : see declaration of 'GetTickCount'
src\sqlite3.c(32757) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetVersionExA' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(13645) : see declaration of 'GetVersionExA'
src\sqlite3.c(32765) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'HeapAlloc' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(3116) : see declaration of 'HeapAlloc'
src\sqlite3.c(32771) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'HeapCreate' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(3099) : see declaration of 'HeapCreate'
src\sqlite3.c(32780) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'HeapDestroy' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(3108) : see declaration of 'HeapDestroy'
src\sqlite3.c(32787) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'HeapFree' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(3136) : see declaration of 'HeapFree'
src\sqlite3.c(32791) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'HeapReAlloc' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(3126) : see declaration of 'HeapReAlloc'
src\sqlite3.c(32796) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'HeapSize' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(3145) : see declaration of 'HeapSize'
src\sqlite3.c(32802) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'HeapValidate' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(3154) : see declaration of 'HeapValidate'
src\sqlite3.c(32811) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'LoadLibraryA' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(7160) : see declaration of 'LoadLibraryA'
src\sqlite3.c(32819) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'LoadLibraryW' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(7167) : see declaration of 'LoadLibraryW'
src\sqlite3.c(32827) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'LocalFree' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(2832) : see declaration of 'LocalFree'
src\sqlite3.c(32835) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'LockFile' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(4786) : see declaration of 'LockFile'
src\sqlite3.c(32846) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'LockFileEx' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(4808) : see declaration of 'LockFileEx'
src\sqlite3.c(32857) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'MapViewOfFile' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(5875) : see declaration of 'MapViewOfFile'
src\sqlite3.c(32865) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'MultiByteToWideChar' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winnls.h(1348) : see declaration of 'MultiByteToWideChar'
src\sqlite3.c(32870) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'QueryPerformanceCounter' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(13629) : see declaration of 'QueryPerformanceCounter'
src\sqlite3.c(32875) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'ReadFile' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(4918) : see declaration of 'ReadFile'
src\sqlite3.c(32880) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'SetEndOfFile' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(4980) : see declaration of 'SetEndOfFile'
src\sqlite3.c(32885) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'SetFilePointer' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(4987) : see declaration of 'SetFilePointer'
src\sqlite3.c(32894) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'Sleep' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(4726) : see declaration of 'Sleep'
src\sqlite3.c(32901) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'SystemTimeToFileTime' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(5592) : see declaration of 'SystemTimeToFileTime'
src\sqlite3.c(32907) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'UnlockFile' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(4797) : see declaration of 'UnlockFile'
src\sqlite3.c(32918) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'UnlockFileEx' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(4823) : see declaration of 'UnlockFileEx'
src\sqlite3.c(32926) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'UnmapViewOfFile' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(5894) : see declaration of 'UnmapViewOfFile'
src\sqlite3.c(32930) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'WideCharToMultiByte' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winnls.h(1359) : see declaration of 'WideCharToMultiByte'
src\sqlite3.c(32935) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'WriteFile' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(4907) : see declaration of 'WriteFile'
src\sqlite3.c(32950) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'WaitForSingleObject' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(4708) : see declaration of 'WaitForSingleObject'
src\sqlite3.c(32959) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'WaitForSingleObjectEx' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(6361) : see declaration of 'WaitForSingleObjectEx'
src\sqlite3.c(32968) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'SetFilePointerEx' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(4997) : see declaration of 'SetFilePointerEx'
src\sqlite3.c(33030) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'OutputDebugStringA' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(7727) : see declaration of 'OutputDebugStringA'
src\sqlite3.c(33038) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'OutputDebugStringW' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(7733) : see declaration of 'OutputDebugStringW'
src\sqlite3.c(33045) : warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 'GetProcessHeap' is not static, identity not guaranteed
        C:\WSDK\INCLUDE\winbase.h(3172) : see declaration of 'GetProcessHeap'
src\sqlite3.c(36018) : warning C4127: conditional expression is constant
src\sqlite3.c(36040) : warning C4127: conditional expression is constant
src\sqlite3.c(41930) : warning C4127: conditional expression is constant
src\sqlite3.c(44935) : warning C4127: conditional expression is constant
src\sqlite3.c(44944) : warning C4127: conditional expression is constant
src\sqlite3.c(52138) : warning C4127: conditional expression is constant
src\sqlite3.c(52239) : warning C4127: conditional expression is constant
src\sqlite3.c(55902) : warning C4244: '-=' : conversion from 'int' to 'u16', possible loss of data
src\sqlite3.c(56253) : warning C4127: conditional expression is constant
src\sqlite3.c(59987) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(61973) : warning C4244: '=' : conversion from 'int' to 'ynVar', possible loss of data
src\sqlite3.c(62736) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(62783) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(63876) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(63882) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(64712) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(64798) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(64803) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(70581) : warning C4244: '=' : conversion from 'int' to 'u8', possible loss of data
src\sqlite3.c(75022) : warning C4244: '=' : conversion from 'int' to 'u16', possible loss of data
src\sqlite3.c(76370) : warning C4127: conditional expression is constant
src\sqlite3.c(80473) : warning C4306: 'type cast' : conversion from 'int' to 'char *' of greater size
src\sqlite3.c(82828) : warning C4306: 'type cast' : conversion from 'int' to 'char *' of greater size
src\sqlite3.c(82847) : warning C4127: conditional expression is constant
src\sqlite3.c(82984) : warning C4127: conditional expression is constant
src\sqlite3.c(82990) : warning C4127: conditional expression is constant
src\sqlite3.c(83008) : warning C4127: conditional expression is constant
src\sqlite3.c(83014) : warning C4127: conditional expression is constant
src\sqlite3.c(84192) : warning C4127: conditional expression is constant
src\sqlite3.c(84354) : warning C4127: conditional expression is constant
src\sqlite3.c(84365) : warning C4127: conditional expression is constant
src\sqlite3.c(84857) : warning C4127: conditional expression is constant
src\sqlite3.c(85252) : warning C4127: conditional expression is constant
src\sqlite3.c(85799) : warning C4127: conditional expression is constant
src\sqlite3.c(87438) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(87444) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(88070) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(88324) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(90993) : warning C4244: 'function' : conversion from 'int' to 'u8', possible loss of data
src\sqlite3.c(91943) : warning C4127: conditional expression is constant
src\sqlite3.c(93175) : warning C4244: 'return' : conversion from 'int' to 'u8', possible loss of data
src\sqlite3.c(93647) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(93926) : warning C4127: conditional expression is constant
src\sqlite3.c(93926) : warning C4127: conditional expression is constant
src\sqlite3.c(93926) : warning C4127: conditional expression is constant
src\sqlite3.c(94317) : warning C4127: conditional expression is constant
src\sqlite3.c(94577) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(94831) : warning C4244: '=' : conversion from 'int' to 'u8', possible loss of data
src\sqlite3.c(94932) : warning C4127: conditional expression is constant
src\sqlite3.c(94962) : warning C4127: conditional expression is constant
src\sqlite3.c(96774) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(96812) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(96837) : warning C4306: 'type cast' : conversion from 'int' to 'sqlite3_destructor_type' of greater size
src\sqlite3.c(102229) : warning C4244: 'function' : conversion from 'int' to 'u8', possible loss of data
src\sqlite3.c(115617) : warning C4244: '=' : conversion from 'int' to 'char', possible loss of data
src\sqlite3.c(115869) : warning C4306: 'type cast' : conversion from 'int' to 'void *' of greater size

Всего записей: 733 | Зарегистр. 06-12-2003 | Отправлено: 16:50 02-08-2012
Открыть новую тему     Написать ответ в эту тему

На первую страницук этому сообщениюк последнему сообщению

Компьютерный форум Ru.Board » Компьютеры » Прикладное программирование » SQLite


Реклама на форуме Ru.Board.

Powered by Ikonboard "v2.1.7b" © 2000 Ikonboard.com
Modified by Ru.B0ard
© Ru.B0ard 2000-2024

BitCoin: 1NGG1chHtUvrtEqjeerQCKDMUi6S6CG4iC

Рейтинг.ru