Modify resourceCache unittest buildscript to fix gcc bug
authorYounghyunJoo <yh_.joo@samsung.com>
Wed, 29 Jul 2015 10:01:56 +0000 (19:01 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Wed, 29 Jul 2015 11:00:06 +0000 (11:00 +0000)
commitaa9d272414f45f7f311c1339e33d9970aaab0f89
tree36cb5a12d51d2eb74b5f2e2a45b3e6b58077bf24
parent332aa4af4f3cc880f21d3c6ee765f59d74685eff
Modify resourceCache unittest buildscript to fix gcc bug

- on gcc-4.6 in linux 64bit environment, gcc bug is occurred.
  To fix it, remove the '-Wnoexcept' option in the SConscript file
- additionally, remove constructor, destructor on the unittest class
  to prevent build error(noexcept tag) on gcc-4.8

Change-Id: I411ca979e607cdfe33ea50f9fe32b88b434320ed
Signed-off-by: YounghyunJoo <yh_.joo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1970
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
service/resource-encapsulation/src/resourceCache/unittests/DataCacheTest.cpp
service/resource-encapsulation/src/resourceCache/unittests/ResourceCacheTest.cpp
service/resource-encapsulation/src/resourceCache/unittests/SConscript