Fix KW10 issues

BZ: 186081

Due to upgrade klocwork (KW version from 9.6 to 10.0)
new issues have been raised.

This patch fix the new issues raised in PFW.

Change-Id: I54c14e4d6da1c9a5f8d82aec1769a9e7e948db50
Signed-off-by: Eduardo Mendi <eduardox.mendi@intel.com>
4 files changed
tree: 0575594ba2fa09db75a1eabcf17f2c85971deed9
  1. parameter/
  2. remote-process/
  3. remote-processor/
  4. Schemas/
  5. skeleton-subsystem/
  6. test/
  7. tools/
  8. utility/
  9. xmlserializer/
  10. .gitignore
  11. Android.mk
  12. CMakeLists.txt
  13. COPYING
  14. README.md
README.md

parameter-framework

tl;dr: compilation instructions are at the end

Introduction

WIP

Compiling

Run cmake . then make. You may then install libraries, headers and binaries with make install. By default, they are installed under /usr/local on unix OSes; if you want to install them under a custom directory, you may do so by passing it to the cmake . command; e.g. cmake -DCMAKE_INSTALL_PREFIX=/path/to/custom/install ..