Re: [Qemu-devel] [PATCH] disas/arm: Fix warnings caused by missing 'static' attribute

2015-03-02 Thread Michael Tokarev
Applied to -trivial, thanks! /mjt

[Qemu-devel] [PATCH] disas/arm: Fix warnings caused by missing 'static' attribute

2015-03-01 Thread Stefan Weil
Warnings from the Sparse static analysis tool: disas/arm.c:1552:15: warning: symbol 'last_type' was not declared. Should it be static? disas/arm.c:1553:5: warning: symbol 'last_mapping_sym' was not declared. Should it be static? disas/arm.c:1554:9: warning: symbol 'last_mapping_addr' was not de