summaryrefslogtreecommitdiffstats
path: root/recipes-virtualization/hypervisor/files/0001-fix-sizeof-pointer-memaccess-error.patch
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolete patchesTing Liu2014-07-231-39/+0
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* hypervisor: fix sizeof-pointer-memaccess errorTing Liu2013-07-111-0/+39
Fix the below build error: | build: src/livetree.c | .../hypervisor/git-r3/git/src/devtree.c: In function 'read_intmap': | .../hypervisor/git-r3/git/src/devtree.c:1513:25: error: argument to | 'sizeof' in 'memset' call is the same expression as the destination; | did you mean to dereference it? [-Werror=sizeof-pointer-memaccess] | memset(ent, 0, sizeof(ent)); | ^ | cc1: all warnings being treated as errors | build: src/ipi_doorbell.c | make[1]: *** [bin/devtree.o] Error 1 | make[1]: *** Waiting for unfinished jobs.... | make[1]: Leaving directory `.../hypervisor/git-r3/git/output' | make: *** [all] Error 2 | ERROR: oe_runmake failed Signed-off-by: Ting Liu <b28495@freescale.com>