Worked Around GCC 4.6.3's Bool issue
authorErich Keane <erich.keane@intel.com>
Tue, 11 Aug 2015 18:40:19 +0000 (11:40 -0700)
committerErich Keane <erich.keane@intel.com>
Tue, 11 Aug 2015 20:57:25 +0000 (20:57 +0000)
commit3b9ded3a8b47384320cb06f5d8d905d54bd96bd6
tree894cb56eb3f5a594862d6039d27e0f96afd6d244
parent796bf0989aaa3af1e4cd829cda7231115a08708b
Worked Around GCC 4.6.3's Bool issue

GCC 4.6.3 converted bools improperly, I believe this to be a bug in the
compiler, however this work around forces the conversion to happen correctly.

Signed-off-by: Erich Keane <erich.keane@intel.com>
Change-Id: I30bbe9807593075a2518018f268d6e14a8dfa47a
Reviewed-on: https://gerrit.iotivity.org/gerrit/2170
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
resource/src/OCRepresentation.cpp