reactos/base/applications/network/telnet
Timo Kreuzer 85d7a38c41 [TELNET] disable restrict warnings
Fixes GCC 8 warning:
base/applications/network/telnet/src/tnmain.cpp:190:13: error: 'char* strcpy(char*, const char*)' accessing 1 byte at offsets [0, 2147483647] and [0, 2147483647] may overlap 1 byte at offset 0 [-Werror=restrict]
       strcpy(&buf[cursor],&buf[cursor+1]);
       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-05-27 13:54:07 +02:00
..
doc
lang [TRANSLATION] Polish translation update 2018-10-20 21:26:07 +02:00
src [REACTOS] Fix a number of Get/SetWindowsLong*Ptr* issues and use GWLP_* instead of GWL_* where appropriate. 2018-02-19 22:36:36 +01:00
CMakeLists.txt [TELNET] disable restrict warnings 2019-05-27 13:54:07 +02:00
precomp.h
resource.h
telnet.cfg
telnet.ico
telnet.ini
telnet.rc [TRANSLATION] Polish translation update 2018-10-20 21:26:07 +02:00