IOT-2204: Fix IPCA build warnings on Linux.
authorSoemin Tjong <stjong@microsoft.com>
Wed, 24 May 2017 17:49:59 +0000 (10:49 -0700)
committerDan Mihai <Daniel.Mihai@microsoft.com>
Fri, 26 May 2017 00:19:19 +0000 (00:19 +0000)
commit2928fbfce586ccecd15f4ca449185643c8d3c298
tree6e3bf74ac32fb305f23536eaeff991357f6ca9f7
parent538fc1fc7c43a7e0c4953e7288a04f1e0ca8fe3b
IOT-2204: Fix IPCA build warnings on Linux.

A couple of warnings didn't get fixed earlier.

resource/IPCA/src/ocfframework.cpp:237:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
resource/IPCA/src/ocfframework.cpp:255:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]

Change-Id: Id901213b83a45a0f6798d7f2b8c501339b7af71c
Signed-off-by: Soemin Tjong <stjong@microsoft.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/20367
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
resource/IPCA/src/ocfframework.cpp