From: Christian Hesse Date: Tue, 28 Aug 2018 18:33:02 +0000 (+0200) Subject: ui-shared: ban strcat() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/2fc008d6dea2456548825c973a5516b5cdfd9c8c?ds=sidebyside;hp=2fc008d6dea2456548825c973a5516b5cdfd9c8c ui-shared: ban strcat() Git upstream bans strcat() with commit: banned.h: mark strcat() as banned 1b11b64b815db62f93a04242e4aed5687a448748 To avoid compiler warnings from gcc 8.1.x we get the hard way. Signed-off-by: Christian Hesse ---