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

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

Модерирует : gyra, Maz

Maz (26-09-2022 12:52): FAR Manager (часть 7)  Версия для печати • ПодписатьсяДобавить в закладки
На первую страницук этому сообщениюк последнему сообщению

   

Victor_VG



Tracker Mod
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору

MINGW32 ~
# cd i:/dev/far3/1/Visualizer/src
 
MINGW32 /i/dev/far3/1/Visualizer/src
# make
../../fardev/plugins/makefile_gcc_target_inc:52: предупреждение: переопределение способа для цели «final.32W.gcc/Visualizer.lng»
../../fardev/plugins/makefile_gcc_target_inc:52: предупреждение: старый способ для цели «final.32W.gcc/Visualizer.lng» игнорируются
making depends for Visualizer.cpp
../../fardev/plugins/makefile_gcc_target_inc:52: предупреждение: переопределение способа для цели «final.32W.gcc/Visualizer.lng»
../../fardev/plugins/makefile_gcc_target_inc:52: предупреждение: старый способ для цели «final.32W.gcc/Visualizer.lng» игнорируются
Visualizer.cpp
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:124:16: warning: redundant redeclaration of 'void free(void*)' in same scope [-Wredundant-decls]
    124 |      void __cdecl free(void *block);
            |                                ^~~~
In file included from C:/msys64/mingw32/include/c++/10.2.0/cstdlib:75,
                                  from C:/msys64/mingw32/include/c++/10.2.0/stdlib.h:36,
                                  from ../../fardev/plugins/common/CRT/crt.hpp:31,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:530:16: note: previous declaration of 'void free(void*)'
    530 |      void __cdecl free(void *_Memory);
            |                                ^~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:125:18: warning: redundant redeclaration of 'char* _i64toa(long long int, char*, int)' in same scope [-Wredundant-decls]
    125 |      char * __cdecl _i64toa(__int64 val, char *buf, int radix);
            |                                    ^~~~~~~
In file included from C:/msys64/mingw32/include/c++/10.2.0/cstdlib:75,
                                  from C:/msys64/mingw32/include/c++/10.2.0/stdlib.h:36,
                                  from ../../fardev/plugins/common/CRT/crt.hpp:31,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:443:43: note: previous declaration of 'char* _i64toa(long long int, char*, int)'
    443 |      __MINGW_EXTENSION _CRTIMP char *__cdecl _i64toa(__int64 _Val,char *_DstBuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
            |                                                                                      ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:126:21: warning: redundant redeclaration of 'wchar_t* _i64tow(long long int, wchar_t*, int)' in same scope [-Wredundant-decls]
    126 |      wchar_t * __cdecl _i64tow(__int64 val, wchar_t *buf, int radix);
            |                                          ^~~~~~~
In file included from C:/msys64/mingw32/include/c++/10.2.0/cstdlib:75,
                                  from C:/msys64/mingw32/include/c++/10.2.0/stdlib.h:36,
                                  from ../../fardev/plugins/common/CRT/crt.hpp:31,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:597:46: note: previous declaration of 'wchar_t* _i64tow(long long int, wchar_t*, int)'
    597 |      __MINGW_EXTENSION _CRTIMP wchar_t *__cdecl _i64tow(__int64 _Val,wchar_t *_DstBuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
            |                                                                                            ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:127:18: warning: redundant redeclaration of 'char* _ui64toa(long long unsigned int, char*, int)' in same scope [-Wredundant-decls]
    127 |      char * __cdecl _ui64toa(unsigned __int64 val, char *buf, int radix);
            |                                    ^~~~~~~~
In file included from C:/msys64/mingw32/include/c++/10.2.0/cstdlib:75,
                                  from C:/msys64/mingw32/include/c++/10.2.0/stdlib.h:36,
                                  from ../../fardev/plugins/common/CRT/crt.hpp:31,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:444:43: note: previous declaration of 'char* _ui64toa(long long unsigned int, char*, int)'
    444 |      __MINGW_EXTENSION _CRTIMP char *__cdecl _ui64toa(unsigned __int64 _Val,char *_DstBuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
            |                                                                                      ^~~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:128:21: warning: redundant redeclaration of 'wchar_t* _ui64tow(long long unsigned int, wchar_t*, int)' in same scope [-Wredundant-decls]
    128 |      wchar_t * __cdecl _ui64tow(unsigned __int64 val, wchar_t *buf, int radix);
            |                                          ^~~~~~~~
In file included from C:/msys64/mingw32/include/c++/10.2.0/cstdlib:75,
                                  from C:/msys64/mingw32/include/c++/10.2.0/stdlib.h:36,
                                  from ../../fardev/plugins/common/CRT/crt.hpp:31,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:598:46: note: previous declaration of 'wchar_t* _ui64tow(long long unsigned int, wchar_t*, int)'
    598 |      __MINGW_EXTENSION _CRTIMP wchar_t *__cdecl _ui64tow(unsigned __int64 _Val,wchar_t *_DstBuf,int _Radix) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
            |                                                                                            ^~~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:129:18: warning: redundant redeclaration of 'void* malloc(size_t)' in same scope [-Wredundant-decls]
    129 |      void * __cdecl malloc(size_t size);
            |                                    ^~~~~~
In file included from C:/msys64/mingw32/include/c++/10.2.0/cstdlib:75,
                                  from C:/msys64/mingw32/include/c++/10.2.0/stdlib.h:36,
                                  from ../../fardev/plugins/common/CRT/crt.hpp:31,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:531:17: note: previous declaration of 'void* malloc(size_t)'
    531 |      void *__cdecl malloc(size_t _Size);
            |                                  ^~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:130:18: warning: redundant redeclaration of 'void* calloc(size_t, size_t)' in same scope [-Wredundant-decls]
    130 |      void * __cdecl calloc(size_t nmemb, size_t size);
            |                                    ^~~~~~
In file included from C:/msys64/mingw32/include/c++/10.2.0/cstdlib:75,
                                  from C:/msys64/mingw32/include/c++/10.2.0/stdlib.h:36,
                                  from ../../fardev/plugins/common/CRT/crt.hpp:31,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:529:17: note: previous declaration of 'void* calloc(size_t, size_t)'
    529 |      void *__cdecl calloc(size_t _NumOfElements,size_t _SizeOfElements);
            |                                  ^~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:132:44: warning: redundant redeclaration of 'wchar_t* wmemchr(const wchar_t*, wchar_t, size_t)' in same scope [-Wredundant-decls]
    132 |      _CONST_RETURN_W wchar_t * __cdecl_inline wmemchr(const wchar_t *buf, wchar_t chr, size_t cnt);
            |                                                                                        ^~~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1445:34: note: previous declaration of 'wchar_t* wmemchr(const wchar_t*, wchar_t, size_t)'
 1445 |      _CONST_RETURN wchar_t *__cdecl wmemchr(const wchar_t *s, wchar_t c, size_t n);
            |                                                                    ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:134:18: warning: redundant redeclaration of 'void* memcpy(void*, const void*, size_t)' in same scope [-Wredundant-decls]
    134 |      void * __cdecl memcpy(void *dst, const void *src, size_t count);
            |                                    ^~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1462:17: note: previous declaration of 'void* memcpy(void*, const void*, size_t)'
 1462 |      void *__cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _MaxCount) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
            |                                  ^~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:139:18: warning: redundant redeclaration of 'wchar_t* wmemcpy(wchar_t*, const wchar_t*, size_t)' in same scope [-Wredundant-decls]
    139 |      WMEM * __cdecl wmemcpy(WMEM *dst, const WMEM *src, size_t count);
            |                                    ^~~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1447:20: note: previous declaration of 'wchar_t* wmemcpy(wchar_t*, const wchar_t*, size_t)'
 1447 |      wchar_t *__cdecl wmemcpy(wchar_t * __restrict__ s1,const wchar_t * __restrict__ s2,size_t n) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
            |                                        ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:142:18: warning: redundant redeclaration of 'void* memmove(void*, const void*, size_t)' in same scope [-Wredundant-decls]
    142 |      void * __cdecl memmove(void *dst, const void *src, size_t count);
            |                                    ^~~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1461:17: note: previous declaration of 'void* memmove(void*, const void*, size_t)'
 1461 |      void *__cdecl memmove(void *_Dst,const void *_Src,size_t _MaxCount);
            |                                  ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:147:18: warning: redundant redeclaration of 'wchar_t* wmemmove(wchar_t*, const wchar_t*, size_t)' in same scope [-Wredundant-decls]
    147 |      WMEM * __cdecl wmemmove(WMEM *dst, const WMEM *src, size_t count);
            |                                    ^~~~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1449:20: note: previous declaration of 'wchar_t* wmemmove(wchar_t*, const wchar_t*, size_t)'
 1449 |      wchar_t *__cdecl wmemmove(wchar_t *s1, const wchar_t *s2, size_t n) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
            |                                        ^~~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:154:18: warning: redundant redeclaration of 'wchar_t* wmemset(wchar_t*, wchar_t, size_t)' in same scope [-Wredundant-decls]
    154 |      WMEM * __cdecl wmemset(WMEM *dst, WMINT val, size_t count);
            |                                    ^~~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1444:20: note: previous declaration of 'wchar_t* wmemset(wchar_t*, wchar_t, size_t)'
 1444 |      wchar_t *__cdecl wmemset(wchar_t *s, wchar_t c, size_t n);
            |                                        ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:155:18: warning: redundant redeclaration of 'void* realloc(void*, size_t)' in same scope [-Wredundant-decls]
    155 |      void * __cdecl realloc(void *block, size_t size);
            |                                    ^~~~~~~
In file included from C:/msys64/mingw32/include/c++/10.2.0/cstdlib:75,
                                  from C:/msys64/mingw32/include/c++/10.2.0/stdlib.h:36,
                                  from ../../fardev/plugins/common/CRT/crt.hpp:31,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:532:17: note: previous declaration of 'void* realloc(void*, size_t)'
    532 |      void *__cdecl realloc(void *_Memory,size_t _NewSize);
            |                                  ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:156:18: warning: redundant redeclaration of 'void* _recalloc(void*, size_t, size_t)' in same scope [-Wredundant-decls]
    156 |      void * __cdecl _recalloc(void *block, size_t num, size_t size);
            |                                    ^~~~~~~~~
In file included from C:/msys64/mingw32/include/c++/10.2.0/cstdlib:75,
                                  from C:/msys64/mingw32/include/c++/10.2.0/stdlib.h:36,
                                  from ../../fardev/plugins/common/CRT/crt.hpp:31,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:533:25: note: previous declaration of 'void* _recalloc(void*, size_t, size_t)'
    533 |      _CRTIMP void *__cdecl _recalloc(void *_Memory,size_t _Count,size_t _Size);
            |                                                  ^~~~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:157:60: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
    157 |      _CONST_RETURN char * __cdecl strchr(register const char *s,int c);
            |                                                                                                                        ^
../../fardev/plugins/common/CRT/crt.hpp:158:68: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
    158 |      _CONST_RETURN_W wchar_t * __cdecl wcschr(register const wchar_t *s,wchar_t c);
            |                                                                                                                                        ^
../../fardev/plugins/common/CRT/crt.hpp:158:37: warning: redundant redeclaration of 'wchar_t* wcschr(const wchar_t*, wchar_t)' in same scope [-Wredundant-decls]
    158 |      _CONST_RETURN_W wchar_t * __cdecl wcschr(register const wchar_t *s,wchar_t c);
            |                                                                          ^~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1314:34: note: previous declaration of 'wchar_t* wcschr(const wchar_t*, wchar_t)'
 1314 |      _CONST_RETURN wchar_t *__cdecl wcschr(const wchar_t *_Str,wchar_t _Ch);
            |                                                                    ^~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:160:21: warning: redundant redeclaration of 'wchar_t* wcscpy(wchar_t*, const wchar_t*)' in same scope [-Wredundant-decls]
    160 |      wchar_t * __cdecl wcscpy(wchar_t *dst, const wchar_t *src);
            |                                          ^~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1316:20: note: previous declaration of 'wchar_t* wcscpy(wchar_t*, const wchar_t*)'
 1316 |      wchar_t *__cdecl wcscpy(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
            |                                        ^~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:162:18: warning: redundant redeclaration of 'size_t wcscspn(const wchar_t*, const wchar_t*)' in same scope [-Wredundant-decls]
    162 |      size_t __cdecl wcscspn(const wchar_t *string, const wchar_t *control);
            |                                    ^~~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1317:18: note: previous declaration of 'size_t wcscspn(const wchar_t*, const wchar_t*)'
 1317 |      size_t __cdecl wcscspn(const wchar_t *_Str,const wchar_t *_Control);
            |                                    ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:166:21: warning: redundant redeclaration of 'wchar_t* wcsdup(const wchar_t*)' in same scope [-Wredundant-decls]
    166 |      wchar_t * __cdecl wcsdup(const wchar_t *block);
            |                                          ^~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1354:20: note: previous declaration of 'wchar_t* wcsdup(const wchar_t*)'
 1354 |      wchar_t *__cdecl wcsdup(const wchar_t *_Str) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
            |                                        ^~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:170:21: warning: redundant redeclaration of 'wchar_t* wcsncat(wchar_t*, const wchar_t*, size_t)' in same scope [-Wredundant-decls]
    170 |      wchar_t * __cdecl wcsncat(wchar_t *first, const wchar_t *last, size_t count);
            |                                          ^~~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1320:20: note: previous declaration of 'wchar_t* wcsncat(wchar_t*, const wchar_t*, size_t)'
 1320 |      wchar_t *__cdecl wcsncat(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source,size_t _Count) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
            |                                        ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:172:15: warning: redundant redeclaration of 'int wcsncmp(const wchar_t*, const wchar_t*, size_t)' in same scope [-Wredundant-decls]
    172 |      int __cdecl wcsncmp(const wchar_t *first, const wchar_t *last, size_t count);
            |                              ^~~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1321:15: note: previous declaration of 'int wcsncmp(const wchar_t*, const wchar_t*, size_t)'
 1321 |      int __cdecl wcsncmp(const wchar_t *_Str1,const wchar_t *_Str2,size_t _MaxCount);
            |                              ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:174:37: warning: redundant redeclaration of 'wchar_t* wcspbrk(const wchar_t*, const wchar_t*)' in same scope [-Wredundant-decls]
    174 |      _CONST_RETURN_W wchar_t * __cdecl wcspbrk(const wchar_t *string, const wchar_t *control);
            |                                                                          ^~~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1324:34: note: previous declaration of 'wchar_t* wcspbrk(const wchar_t*, const wchar_t*)'
 1324 |      _CONST_RETURN wchar_t *__cdecl wcspbrk(const wchar_t *_Str,const wchar_t *_Control);
            |                                                                    ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:176:21: warning: redundant redeclaration of 'wchar_t* wcsncpy(wchar_t*, const wchar_t*, size_t)' in same scope [-Wredundant-decls]
    176 |      wchar_t * __cdecl wcsncpy(wchar_t *dest, const wchar_t *src, size_t count);
            |                                          ^~~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1322:20: note: previous declaration of 'wchar_t* wcsncpy(wchar_t*, const wchar_t*, size_t)'
 1322 |      wchar_t *__cdecl wcsncpy(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source,size_t _Count) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
            |                                        ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:178:37: warning: redundant redeclaration of 'wchar_t* wcsrchr(const wchar_t*, wchar_t)' in same scope [-Wredundant-decls]
    178 |      _CONST_RETURN_W wchar_t * __cdecl wcsrchr(const wchar_t *string, wchar_t ch);
            |                                                                          ^~~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1325:34: note: previous declaration of 'wchar_t* wcsrchr(const wchar_t*, wchar_t)'
 1325 |      _CONST_RETURN wchar_t *__cdecl wcsrchr(const wchar_t *_Str,wchar_t _Ch);
            |                                                                    ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:180:37: warning: redundant redeclaration of 'wchar_t* wcsstr(const wchar_t*, const wchar_t*)' in same scope [-Wredundant-decls]
    180 |      _CONST_RETURN_W wchar_t * __cdecl wcsstr(const wchar_t * str1, const wchar_t * str2);
            |                                                                          ^~~~~~
In file included from ../../fardev/plugins/common/CRT/crt.hpp:44,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/wchar.h:1327:34: note: previous declaration of 'wchar_t* wcsstr(const wchar_t*, const wchar_t*)'
 1327 |      _CONST_RETURN wchar_t *__cdecl wcsstr(const wchar_t *_Str,const wchar_t *_SubStr);
            |                                                                    ^~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:183:16: warning: redundant redeclaration of 'long int strtol(const char*, char**, int)' in same scope [-Wredundant-decls]
    183 |      long __cdecl strtol(const char *nptr, char **endptr, int ibase);
            |                                ^~~~~~
In file included from C:/msys64/mingw32/include/c++/10.2.0/cstdlib:75,
                                  from C:/msys64/mingw32/include/c++/10.2.0/stdlib.h:36,
                                  from ../../fardev/plugins/common/CRT/crt.hpp:31,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:513:16: note: previous declaration of 'long int strtol(const char*, char**, int)'
    513 |      long __cdecl strtol(const char * __restrict__ _Str,char ** __restrict__ _EndPtr,int _Radix);
            |                                ^~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:184:16: warning: redundant redeclaration of 'long int wcstol(const wchar_t*, wchar_t**, int)' in same scope [-Wredundant-decls]
    184 |      long __cdecl wcstol(const wchar_t *nptr, wchar_t **endptr, int ibase);
            |                                ^~~~~~
In file included from C:/msys64/mingw32/include/c++/10.2.0/cstdlib:75,
                                  from C:/msys64/mingw32/include/c++/10.2.0/stdlib.h:36,
                                  from ../../fardev/plugins/common/CRT/crt.hpp:31,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:581:16: note: previous declaration of 'long int wcstol(const wchar_t*, wchar_t**, int)'
    581 |      long __cdecl wcstol(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr,int _Radix);
            |                                ^~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:185:25: warning: redundant redeclaration of 'long unsigned int strtoul(const char*, char**, int)' in same scope [-Wredundant-decls]
    185 |      unsigned long __cdecl strtoul(const char *nptr, char **endptr, int ibase);
            |                                                  ^~~~~~~
In file included from C:/msys64/mingw32/include/c++/10.2.0/cstdlib:75,
                                  from C:/msys64/mingw32/include/c++/10.2.0/stdlib.h:36,
                                  from ../../fardev/plugins/common/CRT/crt.hpp:31,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:515:25: note: previous declaration of 'long unsigned int strtoul(const char*, char**, int)'
    515 |      unsigned long __cdecl strtoul(const char * __restrict__ _Str,char ** __restrict__ _EndPtr,int _Radix);
            |                                                  ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:186:25: warning: redundant redeclaration of 'long unsigned int wcstoul(const wchar_t*, wchar_t**, int)' in same scope [-Wredundant-decls]
    186 |      unsigned long __cdecl wcstoul(const wchar_t *nptr, wchar_t **endptr, int ibase);
            |                                                  ^~~~~~~
In file included from C:/msys64/mingw32/include/c++/10.2.0/cstdlib:75,
                                  from C:/msys64/mingw32/include/c++/10.2.0/stdlib.h:36,
                                  from ../../fardev/plugins/common/CRT/crt.hpp:31,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:583:25: note: previous declaration of 'long unsigned int wcstoul(const wchar_t*, wchar_t**, int)'
    583 |      unsigned long __cdecl wcstoul(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr,int _Radix);
            |                                                  ^~~~~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:187:16: warning: redundant redeclaration of 'void swab(char*, char*, int)' in same scope [-Wredundant-decls]
    187 |      void __cdecl swab
            |                                ^~~~
In file included from C:/msys64/mingw32/include/c++/10.2.0/cstdlib:75,
                                  from C:/msys64/mingw32/include/c++/10.2.0/stdlib.h:36,
                                  from ../../fardev/plugins/common/CRT/crt.hpp:31,
                                  from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:717:16: note: previous declaration of 'void swab(char*, char*, int)'
    717 |      void __cdecl swab(char *_Buf1,char *_Buf2,int _SizeInBytes) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
            |                                ^~~~
In file included from Visualizer.hpp:19,
                                  from Visualizer.cpp:19:
../../fardev/plugins/common/CRT/crt.hpp:165:17: warning: redundant redeclaration of 'char* strdup(const char*)' in same scope [-Wredundant-decls]
    165 | #define _strdup strdup
            |                                  ^~~~~~
../../fardev/plugins/common/CRT/crt.hpp:163:18: note: previous declaration of 'char* strdup(const char*)'
    163 |      char * __cdecl strdup(const char *block);
            |                                    ^~~~~~
Visualizer.cpp: In function 'void ConvertColor(FarColor*, int)':
Visualizer.cpp:206:19: error: incompatible types in assignment of 'int' to 'DWORD [2]' {aka 'long unsigned int [2]'}
    206 |      Color->Reserved = 0;
            |      ~~~~~~~~~~~~~~~~^~~
Visualizer.cpp: In function 'void SetStartupInfoW(const PluginStartupInfo*)':
Visualizer.cpp:363:23: warning: cast between incompatible function types from 'FARPROC' {aka 'int (__attribute__((stdcall)) *)()'} to 'int (__attribute__((stdcall)) *)(intptr_t, const wchar_t*, void*)' {aka 'int (__attribute__((stdcall)) *)(int, const wchar_t*, void*)'} [-Wcast-function-type]
    363 |          GetEditorSettings=(int (WINAPI*)(intptr_t, const wchar_t*, void*))GetProcAddress(hEsc,"GetEditorSettingsW");
            |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Visualizer.cpp: In function 'void ConfigColor(Options*)':
Visualizer.cpp:429:129: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    429 |          HANDLE hDlg = Info.DialogInit(&MainGuid,&ConfigCologDialogGuid,-1,-1,44,19,NULL,DialogItems,ARRAYSIZE(DialogItems),0,0,NULL,0);
            |                                                                                                                                                                                                                                                                  ^
Visualizer.cpp: In function 'void* OpenW(const OpenInfo*)':
Visualizer.cpp:650:124: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    650 |          HANDLE hDlg = Info.DialogInit(&MainGuid,&ConfigDialogGuid,-1,-1,66,23,NULL,DialogItems,ARRAYSIZE(DialogItems),0,0,NULL,0);
            |                                                                                                                                                                                                                                                        ^
In file included from Visualizer.cpp:19:
Visualizer.hpp:111:73: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    111 | #define GetListPos(i) ((int)Info.SendDlgMessage(hDlg,DM_LISTGETCURPOS,i,0))
            |                                                                                                                                                  ^
Visualizer.cpp:665:28: note: in expansion of macro 'GetListPos'
    665 |          TmpOpt.ShowRightBorder=GetListPos(DLG_RBCMB);
            |                                                        ^~~~~~~~~~
Visualizer.hpp:111:73: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    111 | #define GetListPos(i) ((int)Info.SendDlgMessage(hDlg,DM_LISTGETCURPOS,i,0))
            |                                                                                                                                                  ^
Visualizer.cpp:666:20: note: in expansion of macro 'GetListPos'
    666 |          TmpOpt.ShowEOL=GetListPos(DLG_EOLCMB);
            |                                        ^~~~~~~~~~
Visualizer.hpp:111:73: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    111 | #define GetListPos(i) ((int)Info.SendDlgMessage(hDlg,DM_LISTGETCURPOS,i,0))
            |                                                                                                                                                  ^
Visualizer.cpp:667:21: note: in expansion of macro 'GetListPos'
    667 |          TmpOpt.ShowTabs=GetListPos(DLG_TABCMB);
            |                                          ^~~~~~~~~~
Visualizer.hpp:111:73: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    111 | #define GetListPos(i) ((int)Info.SendDlgMessage(hDlg,DM_LISTGETCURPOS,i,0))
            |                                                                                                                                                  ^
Visualizer.cpp:668:22: note: in expansion of macro 'GetListPos'
    668 |          TmpOpt.ShowCross=GetListPos(DLG_CROSSCMB);
            |                                            ^~~~~~~~~~
Visualizer.hpp:110:65: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    110 | #define GetCheck(i) (int)Info.SendDlgMessage(hDlg,DM_GETCHECK,i,0)
            |                                                                                                                                  ^
Visualizer.cpp:674:25: note: in expansion of macro 'GetCheck'
    674 |              Opt.OnOffSwitch = GetCheck(DLG_ONOFFSWITCH);
            |                                                  ^~~~~~~~
Visualizer.hpp:110:65: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    110 | #define GetCheck(i) (int)Info.SendDlgMessage(hDlg,DM_GETCHECK,i,0)
            |                                                                                                                                  ^
Visualizer.cpp:676:29: note: in expansion of macro 'GetCheck'
    676 |              Opt.ShowRightBorderOn=GetCheck(DLG_RBCHK);
            |                                                          ^~~~~~~~
Visualizer.hpp:110:65: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    110 | #define GetCheck(i) (int)Info.SendDlgMessage(hDlg,DM_GETCHECK,i,0)
            |                                                                                                                                  ^
Visualizer.cpp:678:21: note: in expansion of macro 'GetCheck'
    678 |              Opt.ShowEOLOn=GetCheck(DLG_EOLCHK);
            |                                          ^~~~~~~~
Visualizer.hpp:110:65: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    110 | #define GetCheck(i) (int)Info.SendDlgMessage(hDlg,DM_GETCHECK,i,0)
            |                                                                                                                                  ^
Visualizer.cpp:680:21: note: in expansion of macro 'GetCheck'
    680 |              Opt.ShowEOFOn=GetCheck(DLG_EOFCHK);
            |                                          ^~~~~~~~
Visualizer.hpp:110:65: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    110 | #define GetCheck(i) (int)Info.SendDlgMessage(hDlg,DM_GETCHECK,i,0)
            |                                                                                                                                  ^
Visualizer.cpp:682:22: note: in expansion of macro 'GetCheck'
    682 |              Opt.ShowTabsOn=GetCheck(DLG_TABCHK);
            |                                            ^~~~~~~~
Visualizer.hpp:110:65: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    110 | #define GetCheck(i) (int)Info.SendDlgMessage(hDlg,DM_GETCHECK,i,0)
            |                                                                                                                                  ^
Visualizer.cpp:683:25: note: in expansion of macro 'GetCheck'
    683 |              Opt.ShowTabSymbol=GetCheck(DLG_TABSHOWSYMBOLCHK);
            |                                                  ^~~~~~~~
Visualizer.hpp:112:87: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    112 | #define GetDataPtr(i) ((const wchar_t *)Info.SendDlgMessage(hDlg,DM_GETCONSTTEXTPTR,i,0))
            |                                                                                                                                                                              ^
Visualizer.cpp:684:31: note: in expansion of macro 'GetDataPtr'
    684 |              const wchar_t *pszHex = GetDataPtr(DLG_TABSHOWSYMBOLNUM);
            |                                                              ^~~~~~~~~~
Visualizer.hpp:110:65: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    110 | #define GetCheck(i) (int)Info.SendDlgMessage(hDlg,DM_GETCHECK,i,0)
            |                                                                                                                                  ^
Visualizer.cpp:689:23: note: in expansion of macro 'GetCheck'
    689 |              Opt.ShowCrossOn=GetCheck(DLG_CROSSCHK);
            |                                              ^~~~~~~~
Visualizer.hpp:110:65: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    110 | #define GetCheck(i) (int)Info.SendDlgMessage(hDlg,DM_GETCHECK,i,0)
            |                                                                                                                                  ^
Visualizer.cpp:690:26: note: in expansion of macro 'GetCheck'
    690 |              Opt.ShowCrossOnTop=GetCheck(DLG_CROSSONTOPCHK);
            |                                                    ^~~~~~~~
Visualizer.hpp:110:65: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    110 | #define GetCheck(i) (int)Info.SendDlgMessage(hDlg,DM_GETCHECK,i,0)
            |                                                                                                                                  ^
Visualizer.cpp:692:24: note: in expansion of macro 'GetCheck'
    692 |              Opt.ShowCursorOn=GetCheck(DLG_CURSORCHK);
            |                                                ^~~~~~~~
Visualizer.hpp:110:65: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    110 | #define GetCheck(i) (int)Info.SendDlgMessage(hDlg,DM_GETCHECK,i,0)
            |                                                                                                                                  ^
Visualizer.cpp:694:29: note: in expansion of macro 'GetCheck'
    694 |              Opt.ShowLineNumbersOn=GetCheck(DLG_LINENUMBERSCHK);
            |                                                          ^~~~~~~~
Visualizer.hpp:110:65: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    110 | #define GetCheck(i) (int)Info.SendDlgMessage(hDlg,DM_GETCHECK,i,0)
            |                                                                                                                                  ^
Visualizer.cpp:696:25: note: in expansion of macro 'GetCheck'
    696 |              Opt.ShowBookmarks=GetCheck(DLG_BOOKMARKSCHK);
            |                                                  ^~~~~~~~
Visualizer.hpp:110:65: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    110 | #define GetCheck(i) (int)Info.SendDlgMessage(hDlg,DM_GETCHECK,i,0)
            |                                                                                                                                  ^
Visualizer.cpp:698:30: note: in expansion of macro 'GetCheck'
    698 |              Opt.ShowStackBookmarks=GetCheck(DLG_STACKBOOKMARKSCHK);
            |                                                            ^~~~~~~~
Visualizer.cpp:705:75: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
    705 |                  int wincount=(int)Info.AdvControl(&MainGuid,ACTL_GETWINDOWCOUNT,0,0);
            |                                                                                                                                                      ^
make: *** [../../fardev/plugins/makefile_gcc_target_inc:22: final.32W.gcc/obj/Visualizer.o] Ошибка 1
 
MINGW32 /i/dev/far3/1/Visualizer/src
#

Всего записей: 33230 | Зарегистр. 31-07-2002 | Отправлено: 13:24 24-06-2021
   

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

Компьютерный форум Ru.Board » Компьютеры » Программы » FAR Manager (часть 6)
Maz (26-09-2022 12:52): FAR Manager (часть 7)


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

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

BitCoin: 1NGG1chHtUvrtEqjeerQCKDMUi6S6CG4iC

Рейтинг.ru