SVN commit 9303 by rakuco: kdelibs4: clang -- Pass -Wno-return-type-c-linkage.
clang was refusing to build kdepim4 because of extern "C" KDE_EXPORT QString ktexteditorkabcbridge(...) which has C linkage but returns a QString. Since that's a valid case (it's only used by C++ code in KDE itself, even though nothing really prevents people from using it outside), at least for now it's safer to disable the warning. M +1 -1 patch-cmake_modules_FindKDE4Internal.cmake _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
