Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-11-13 19:08:14 +0300
committerAlex Zolotarev <alex@maps.me>2015-11-13 19:08:14 +0300
commitdf9dbb75b4f18d26f133410294951cdc5c1b94a3 (patch)
treeb33a731ac1269fdf2e858f1843777fad8323d1ce /common.pri
parent271a77871fd951c5eb0321f3586228ba98ab9cc9 (diff)
Added TODO by syershov's request.
Diffstat (limited to 'common.pri')
-rw-r--r--common.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.pri b/common.pri
index ca9d27a921..c643eed621 100644
--- a/common.pri
+++ b/common.pri
@@ -137,7 +137,7 @@ unix|win32-g++ {
if (isEmpty(IS_CLANG35)){
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-local-typedef
}
-
+ # TODO: Check if we really need these warnings on every platform (by syershov).
*-clang* {
QMAKE_CXXFLAGS_WARN_ON += -Wno-sign-conversion -Werror=return-type
}