[asterisk-scf-commits] asterisk-scf/release/matroska.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Aug 10 17:21:41 CDT 2011
branch "master" has been updated
via b779f9ba08307faf457815ad88d3f287a050d0e5 (commit)
from 7de50530f9f20b1c8f03850bf20547348a87ed1c (commit)
Summary of changes:
libebml/CMakeLists.txt | 1 +
libmatroska/CMakeLists.txt | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit b779f9ba08307faf457815ad88d3f287a050d0e5
Author: Brent Eagles <beagles at digium.com>
Date: Wed Aug 10 19:51:31 2011 -0230
Disable warnings as errors.
diff --git a/libebml/CMakeLists.txt b/libebml/CMakeLists.txt
index ac4764a..e5d1978 100644
--- a/libebml/CMakeLists.txt
+++ b/libebml/CMakeLists.txt
@@ -1,4 +1,5 @@
astscf_project(astscf-ebml 1.2.1)
+astscf_allowwarnings()
#
# Introduce a variable for this source directory into the calling scope.
diff --git a/libmatroska/CMakeLists.txt b/libmatroska/CMakeLists.txt
index e5c28b2..34138b8 100644
--- a/libmatroska/CMakeLists.txt
+++ b/libmatroska/CMakeLists.txt
@@ -1,4 +1,5 @@
astscf_project(astscf-matroska 1.2.0)
+astscf_allowwarnings()
#
# Introduce a variable for this source directory into the calling scope.
-----------------------------------------------------------------------
--
asterisk-scf/release/matroska.git
More information about the asterisk-scf-commits
mailing list