reactos/base
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
..
applications [TELNET] disable restrict warnings 2019-05-27 13:54:07 +02:00
services [TFTPD] Disable format-overflow warnings 2019-05-27 13:22:40 +02:00
setup [USETUP] Use RtlStringCbPrintfA instead of sprintf 2019-05-27 13:22:40 +02:00
shell [EXPLORER] Update Portuguese Translation 2019-05-26 21:19:35 +02:00
system [REACTOS] Replace remnant legacy SPIF_SENDWININICHANGE by SPIF_SENDCHANGE (#1526) 2019-04-28 21:19:42 +02:00
CMakeLists.txt