~ubuntu-branches/ubuntu/trusty/compiz/trusty

« back to all changes in this revision

Viewing changes to cmake/CompizCommon.cmake

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-08-22 06:58:07 UTC
  • mto: This revision was merged to the branch mainline in revision 3352.
  • Revision ID: package-import@ubuntu.com-20130822065807-17nlzez0d30y09so
Tags: upstream-0.9.10+13.10.20130822
ImportĀ upstreamĀ versionĀ 0.9.10+13.10.20130822

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    set (COMMON_FLAGS "${COMMON_FLAGS} -Wno-unused-private-field")
57
57
endif ()
58
58
 
 
59
option (COMPIZ_UNUSED_LOCAL_TYPEDEFS_WARNINGS "Warn about unused local typedefs" OFF)
 
60
if (NOT COMPIZ_UNUSED_LOCAL_TYPEDEFS_WARNINGS)
 
61
    set (COMMON_FLAGS "${COMMON_FLAGS} -Wno-unused-local-typedefs")
 
62
endif (NOT COMPIZ_UNUSED_LOCAL_TYPEDEFS_WARNINGS)
 
63
 
59
64
option (COMPIZ_DEPRECATED_WARNINGS "Warn about declarations marked deprecated" OFF)
60
65
if (NOT COMPIZ_DEPRECATED_WARNINGS)
61
66
    set (COMMON_FLAGS "${COMMON_FLAGS} -Wno-deprecated-declarations")