Merge lp:~codygarver/noise/silence-c-warnings into lp:~elementary-apps/noise/trunk

Proposed by Cody Garver
Status: Merged
Approved by: David Gomes
Approved revision: 1533
Merged at revision: 1533
Proposed branch: lp:~codygarver/noise/silence-c-warnings
Merge into: lp:~elementary-apps/noise/trunk
Diff against target: 13 lines (+3/-0)
1 file modified
CMakeLists.txt (+3/-0)
To merge this branch: bzr merge lp:~codygarver/noise/silence-c-warnings
Reviewer Review Type Date Requested Status
David Gomes (community) Approve
Review via email: mp+187783@code.launchpad.net

Commit message

Silence C compilation warnings.

Description of the change

Silence C compilation warnings

To post a comment you must log in.
1533. By Cody Garver

Silence C compilation warnings.

Revision history for this message
David Gomes (davidgomes) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2013-09-16 07:13:49 +0000
3+++ CMakeLists.txt 2013-09-29 18:51:12 +0000
4@@ -17,6 +17,9 @@
5
6 add_definitions ("-DGETTEXT_PACKAGE=\"${GETTEXT_PACKAGE}\"")
7
8+# Comment this out to enable C compiler warnings
9+add_definitions (-w)
10+
11 # Add 'make dist' command for creating release tarball
12 set (CPACK_PACKAGE_VERSION ${VERSION})
13 set (CPACK_SOURCE_GENERATOR "TGZ")

Subscribers

People subscribed via source and target branches