Fixed few issues within Native/Unix/configure.cmake (#32037)
authorKirill Frolov <k.frolov@samsung.com>
Fri, 14 Feb 2020 16:40:03 +0000 (19:40 +0300)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2020 16:40:03 +0000 (08:40 -0800)
commit0654e2fe4edb0ef326c7218580996350d0422b07
treef81f1499d73f08598eef265d9d2510d2fefae625
parente9c8f6a778d7aade9f9a13b9c13a77fb986bbf07
Fixed few issues within Native/Unix/configure.cmake (#32037)

Issues list are following:

1) clang-5.0 compiler has warning -Wunused-variable (in addition to
-Wunused-value), which should be ignored (because tests, which is passed
to "check_c_source_compiles" written in that way, what they generate
some warnings);

2) fixed include "fnctl.h" -> include "fcntl.h"

3) fixed few warnings related to uninitialized variables (due to
-Werror).

Fix #32035
src/libraries/Native/Unix/configure.cmake