Re: clang: warning fix for vmt.c

2016-09-24 Thread Jeremie Courreges-Anglas
Mark Kettenis writes: > Using a variable for the format string isn't a godd idea. > > ok? ok jca@ > > Index: dev/pv/vmt.c > === > RCS file: /cvs/src/sys/dev/pv/vmt.c,v > retrieving revision 1.9 > diff -u -p -r1.9 vmt.c > --- dev/pv

clang: warning fix for vmt.c

2016-09-24 Thread Mark Kettenis
Using a variable for the format string isn't a godd idea. ok? Index: dev/pv/vmt.c === RCS file: /cvs/src/sys/dev/pv/vmt.c,v retrieving revision 1.9 diff -u -p -r1.9 vmt.c --- dev/pv/vmt.c3 Feb 2016 14:24:05 - 1.9 +