On Mon, Dec 18, 2017 at 01:02:50PM -0500, J William Piggott wrote: > commit b9e4ee42c285e73b36879a96b9cde43edb0f90c6 > Author: Karel Zak <kzak@xxxxxxxxxx> > Date: Tue Nov 28 10:53:35 2017 +0100 > > nsenter: fix compiler warning [-Wuninitialized] > > sys-utils/nsenter.c: In function â<80><98>is_same_namespaceâ<80><99>: > sys-utils/nsenter.c:170:2: warning: â<80><98>b_inoâ<80><99> may be used uninitialized in this function [-Wuninitialized] > sys-utils/nsenter.c:170:2: warning: â<80><98>a_inoâ<80><99> may be used uninitialized in this function [-Wuninitialized] > > Signed-off-by: Karel Zak <kzak@xxxxxxxxxx> > > --- > > Looks like copy/paste from a terminal. Maybe there is no easy way to avoid > that? Would setting LANG=C when running the command due it? Maybe even that is > too much hassle. Yes, it's copy & past from terminal. I'll try to avoid this in future. Maybe we can use some git commit hook to see a warning, not sure how difficult is to write such hook. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html