generic-poky/meta/recipes-core/ovmf
Armin Kuster dd44b2c92f ovmf-native: fix compile issue on new OS like FC27 and Ubuntu 17
Fixed this error:
| VfrUtilityLib.cpp:3375:26: error: ISO C++ forbids comparison between
pointer and integer [-fpermissive]
|    if (mStringFileName == '\0' ) {
|                           ^~~~
| VfrUtilityLib.cpp:3398:9: warning: ignoring return value of ‘size_t
fread(void*, size_t, size_t, FILE*)’, declared with attribute
warn_unused_result [-Wunused-result]
|    fread ((char *)StringPtr, sizeof (UINT8), Length, pInFile);
|    ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ../Makefiles/footer.makefile:30: recipe for target 'VfrUtilityLib.o'
failed

[Yocto #12530]

(From OE-Core rev: ac0ec9936b54d46491c56af3e6c372ff670b585f)

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-03-04 11:11:58 +00:00
..
ovmf ovmf-native: fix compile issue on new OS like FC27 and Ubuntu 17 2018-03-04 11:11:58 +00:00
ovmf-shell-image.bb ovmf: build image which enrolls standard keys 2017-03-01 11:17:45 +00:00
ovmf_git.bb ovmf-native: fix compile issue on new OS like FC27 and Ubuntu 17 2018-03-04 11:11:58 +00:00