Reduce Warnings in Debian

A number of adjustments to reduce the warnings when building .deb packages in Debian
This commit is contained in:
Robin Stuart 2010-10-07 17:03:41 +01:00
parent 2ee978379b
commit 2853b473f6
6 changed files with 9 additions and 39 deletions

View file

@ -10,7 +10,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set (ZINT_VERSION_MAJOR 2)
set (ZINT_VERSION_MINOR 4)
set (ZINT_VERSION_RELEASE 0)
set (ZINT_VERSION_RELEASE 1)
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall)