diff options
author | Ahmad Samir <a.samirh78@gmail.com> | 2021-02-03 18:20:34 +0200 |
---|---|---|
committer | Ahmad Samir <a.samirh78@gmail.com> | 2021-02-06 22:10:10 +0200 |
commit | bb16fda4e5f7caa9e892540ec69a202cec9eb16f (patch) | |
tree | 9eb240668a85486dd7cd81bce75ed5844d7bfca2 /src/kconf_update | |
parent | 51f0797d763d92445a6532a953b717f83be6028a (diff) | |
download | kconfig-bb16fda4e5f7caa9e892540ec69a202cec9eb16f.tar.gz kconfig-bb16fda4e5f7caa9e892540ec69a202cec9eb16f.tar.bz2 |
Compile without implicit cast from ASCII
NO_CHANGELOG
Diffstat (limited to 'src/kconf_update')
-rw-r--r-- | src/kconf_update/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kconf_update/CMakeLists.txt b/src/kconf_update/CMakeLists.txt index 4a551f59..917a471b 100644 --- a/src/kconf_update/CMakeLists.txt +++ b/src/kconf_update/CMakeLists.txt @@ -1,5 +1,3 @@ -remove_definitions(-DQT_NO_CAST_FROM_ASCII) - ########### next target ############### set(kconf_update_SRCS |