Re: new module 'unused-parameter'

2009-12-27 Thread Simon Josefsson
Bruno Haible writes: > Hi Jim, > > Eric wrote: >> Also, se-context.in.h and se-selinux.in.h would benefit from an >> unused-parameter module. > > Here's a proposed patch to make the generated selinux/selinux.h and > selinux/context.h files independent of the stuff defined in config.h. I suspect

Re: test-symlink failure on MinGW

2009-12-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Simon Josefsson on 12/27/2009 3:06 AM: > I got this error when cross-compiling to MinGW: > > ../../../src/libidn-1.16/gltests/test-symlink.c:43: assertion failed > FAIL: test-symlink.exe > > The reason is use of a system call. I changed

test-symlink failure on MinGW

2009-12-27 Thread Simon Josefsson
I got this error when cross-compiling to MinGW: ../../../src/libidn-1.16/gltests/test-symlink.c:43: assertion failed FAIL: test-symlink.exe The reason is use of a system call. I changed it into a shell script wrapper instead. OK to push? /Simon >From d2d668d5315e9b43bba02fbcf385e7bc2771b1e5 M