From f8c20067ac98a79de7c4d0c118ceb37338263034 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 1 Sep 2020 16:40:27 +0200 Subject: =?UTF-8?q?Remove=20the=20-fpermissive=20definition.=20invalid=20c?= =?UTF-8?q?onversion=20from=20=E2=80=98const=20char*=E2=80=99=20to=20?= =?UTF-8?q?=E2=80=98const=20uchar*=E2=80=99=20With=20contribution=20from?= =?UTF-8?q?=20Sl=C3=A1vek=20Banko.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy --- kpacman/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'kpacman/CMakeLists.txt') diff --git a/kpacman/CMakeLists.txt b/kpacman/CMakeLists.txt index 985e259..c4dae7a 100644 --- a/kpacman/CMakeLists.txt +++ b/kpacman/CMakeLists.txt @@ -13,8 +13,6 @@ link_directories( ${TDEGAMES_LIBRARY_DIRS} ) -add_definitions( -fpermissive ) - ##### kpacman (executable) -- cgit v1.2.1