diff options
| author | Vincent Richard <[email protected]> | 2005-01-01 12:32:23 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-01-01 12:32:23 +0100 |
| commit | fc1c6b08d191b3ee9964bf53ea95767bc54377ee (patch) | |
| tree | 0e6a61589b60909b065523e5e8e1e0039f2fc93d /SConstruct | |
| parent | Fixed config file for Doxygen. (diff) | |
| download | vmime-fc1c6b08d191b3ee9964bf53ea95767bc54377ee.tar.gz vmime-fc1c6b08d191b3ee9964bf53ea95767bc54377ee.zip | |
Converted all C-style casts to C++-style casts + added unit test for utility::md5.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -305,7 +305,8 @@ libvmimetest_sources = [ [ 'tests/parser/headerTest', [ 'tests/parser/headerTest.cpp' ] ], [ 'tests/parser/mailboxTest', [ 'tests/parser/mailboxTest.cpp' ] ], [ 'tests/parser/mediaTypeTest', [ 'tests/parser/mediaTypeTest.cpp' ] ], - [ 'tests/parser/textTest', [ 'tests/parser/textTest.cpp' ] ] + [ 'tests/parser/textTest', [ 'tests/parser/textTest.cpp' ] ], + [ 'tests/utility/md5Test', [ 'tests/utility/md5Test.cpp' ] ] ] libvmime_autotools = [ @@ -505,6 +506,7 @@ env.Append(CXXFLAGS = ['-Wall']) env.Append(CXXFLAGS = ['-ansi']) env.Append(CXXFLAGS = ['-pedantic']) env.Append(CXXFLAGS = ['-Wpointer-arith']) +env.Append(CXXFLAGS = ['-Wold-style-cast']) env.Append(TARFLAGS = ['-c']) env.Append(TARFLAGS = ['--bzip2']) |
