Distinguish between system headers and project headers.
authorJan Olszak <j.olszak@samsung.com>
Fri, 16 Nov 2012 11:53:14 +0000 (12:53 +0100)
committerJan Olszak <j.olszak@samsung.com>
Tue, 20 Nov 2012 09:28:21 +0000 (10:28 +0100)
commite9ca855f40c114cf35325e58490045190cc5dbec
treed51d504060e80825b067402b18d630f97e183b6a
parent9fe8793830798e44176fa28d1397c44ad897c989
Distinguish between system headers and project headers.

[Issue#] During compilation system and project headers were included the same way.
[Bug] N/A
[Cause] N/A
[Solution] Use -isystem flag to include system headers. In CMake files it's done by INCLUDE_DIRECTORY( SYSTEM ... ).
[Verification] Build commons. No warnings from system headers.

Change-Id: Ic8e35696f21da6674abc449e3ed272d07d050019
16 files changed:
3rdparty/CMakeLists.txt
CMakeLists.txt
build/core/CMakeLists.txt
build/db/CMakeLists.txt
build/dbus/CMakeLists.txt
build/encryption/CMakeLists.txt
build/event/CMakeLists.txt
build/log/CMakeLists.txt
build/popup/CMakeLists.txt
build/rpc/CMakeLists.txt
build/socket/CMakeLists.txt
build/test/CMakeLists.txt
build/utils/CMakeLists.txt
modules/auto_save_dao/CMakeLists.txt
modules/security_origin_dao/CMakeLists.txt
modules/widget_dao/CMakeLists.txt