[Qemu-devel] [PATCH v3 0/2] portability patches

2012-07-14 Thread Blue Swirl
I entertained myself by compiling QEMU with -std=c99 -pedantic and fixing some issues found with that. v2->v3 Put :?, %m and asm patches to separate series. v1->v2: Fix copypasta in 1/5 (Anders Schwab) Resent with correct address Blue Swirl (2): Avoid returning void Avoid redefining inline

Re: [Qemu-devel] [PATCH v3 0/2] portability patches

2012-07-17 Thread Markus Armbruster
Blue Swirl writes: > I entertained myself by compiling QEMU with -std=c99 -pedantic and > fixing some issues found with that. These two look fine.