fix error by [-Werror=coverage-mismatch] 68/113068/1 accepted/tizen/base/20170217.190119 submit/tizen_base/20170210.043124
authorDongkyun, Son <dongkyun.s@samsung.com>
Tue, 1 Nov 2016 10:43:35 +0000 (19:43 +0900)
committerDongkyun, Son <dongkyun.s@samsung.com>
Mon, 6 Feb 2017 03:11:16 +0000 (12:11 +0900)
commite060d5102f0edbc629d71722c542745356cd6bd9
tree6734d5f1706aef9e76bede0608e567293c0979c1
parentb7023cb12f851e0a078f2aa1e1764cd1be2a81eb
fix error by [-Werror=coverage-mismatch]

conftest.c: In function 'main':
conftest.c:46:1: error: the control flow of function 'main' does not
match its profile data (counter 'arcs') [-Werror=coverage-mismatch]

-Wno-coverage-mismatch
Warn if feedback profiles do not match when using the -fprofile-use
option. If a source file is changed between compiling with -fprofile-gen
and with -fprofile-use, the files with the profile feedback can fail to
match the source file and GCC cannot use the profile feedback
information. By default, this warning is enabled and is treated as an
error. -Wno-coverage-mismatch can be used to disable the warning or
-Wno-error=coverage-mismatch can be used to disable the error. Disabling
the error for this warning can result in poorly optimized code and is
useful only in the case of very minor changes such as bug fixes to an
existing code-base. Completely disabling the warning is not recommended.

Change-Id: I7b48d8c3d3a05a5c4c83a8d32f4304a0797af2c2
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
packaging/xz.spec