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
..
2019-01-05 10:50:11 +01:00
2019-03-11 16:50:17 +01:00
2019-04-05 10:34:10 +02:00
2018-11-07 16:58:16 +01:00
2019-04-18 19:21:37 +02:00
2019-01-07 00:35:11 +09:00
2019-05-14 20:37:46 +02:00
2019-04-18 19:21:37 +02:00
2018-11-21 22:07:54 +01:00
2019-01-25 13:07:01 +01:00
2018-12-27 16:24:24 +09:00
2019-04-18 19:21:37 +02:00
2018-12-23 17:00:09 +01:00
2019-01-07 00:35:11 +09:00
2019-04-06 17:43:38 +02:00
2018-11-07 16:58:16 +01:00
2019-05-14 20:49:36 +02:00
2019-03-10 19:21:57 +01:00
2018-12-27 16:24:24 +09:00
2019-04-18 19:21:37 +02:00
2018-12-27 16:24:24 +09:00
2019-04-28 21:19:42 +02:00
2019-03-11 16:50:17 +01:00
2019-05-27 13:54:07 +02:00
2019-05-05 19:48:37 +02:00
2019-05-01 22:22:08 +02:00
2019-04-18 19:21:37 +02:00
2019-04-06 17:43:38 +02:00
2018-11-07 16:58:16 +01:00
2019-03-10 19:21:57 +01:00
2019-04-05 10:34:10 +02:00
2019-03-11 16:50:17 +01:00
2019-04-13 15:58:22 +02:00
2019-03-23 17:45:27 +01:00
2019-01-07 00:35:11 +09:00