Re: [PATCH] module-verifier: make it possible to run checkers on grub-module-verifierxx.c

2018-09-03 Thread Daniel Kiper
On Thu, Aug 02, 2018 at 10:36:33AM -0400, Peter Jones wrote: > This makes it so you can treat grub-module-verifierxx.c as a file you can > build directly, so syntax checkers like vim's "syntastic" plugin, which uses > "gcc -x c -fsyntax-only" to build it, will work. > > One still has to do

[PATCH] module-verifier: make it possible to run checkers on grub-module-verifierxx.c

2018-08-02 Thread Peter Jones
This makes it so you can treat grub-module-verifierxx.c as a file you can build directly, so syntax checkers like vim's "syntastic" plugin, which uses "gcc -x c -fsyntax-only" to build it, will work. One still has to do whatever setup is required to make it pick the right include dirs, which -W

[PATCH] module-verifier: make it possible to run checkers on grub-module-verifierxx.c

2018-08-01 Thread Peter Jones
This makes it so you can treat grub-module-verifierxx.c as a file you can build directly, so syntax checkers like vim's "syntastic" plugin, which uses "gcc -x c -fsyntax-only" to build it, will work. One still has to do whatever setup is required to make it pick the right include dirs, which -W