Re: Ability to print the make database as json - experimental

2023-12-29 Thread Tim Murphy
On Fri, 29 Dec 2023 at 11:03, Gisle Vanem wrote: > > Got it and tried to build it. With clang-cl there is > this warning: >jprint.c(483,40): warning: omitting the parameter name in a function > definition is a >C2x extension [-Wc2x-extensions] > 483 | void jstrcache_print_stats(con

Re: Ability to print the make database as json - experimental

2023-12-29 Thread Gisle Vanem
Tim Murphy wrote: HOW TO GET IT: === in the feature/jprint branch on this fork: https://github.com/tnmurphy/gmake-experimental Got it and tried to build it. With clang-cl there is this warning: jprint.c(483,40): warning: omitting the parameter name in a function definition is a