commit | b1db7c66642673d33c8f0c1ba4999cf55596a09d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 03 14:57:25 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 03 16:17:46 2014 -0700 |
tree | 1ff8e3b2d38f4b216ad47d54a90df5a5ac21283b | |
parent | 3024278a636469fa31d63e847e8ecf682ed77778 [diff] [blame] |
build: Warnings correction for gcc 4.2 Also in this commit some code style corrections. Change-Id: Idf2b5b96b328fb3dbea7440362c84d7759a10ec5 Refs: #1429
diff --git a/tests-integrated/wscript b/tests-integrated/wscript index 98f6dab..4e99eb3 100644 --- a/tests-integrated/wscript +++ b/tests-integrated/wscript
@@ -11,6 +11,7 @@ source=bld.path.ant_glob(['**/*.cpp'], excl=['**/*-osx.cpp', '**/*-sqlite3.cpp']), use='ndn-cpp-dev', + includes='.', install_path=None, )