On Fri, Jan 29, 2016 at 11:39 AM, Assaf Gordon <assafgor...@gmail.com> wrote: [tests passed on many systems]
Thank you for all of that testing. > error.c:386:12: error: data argument not used by format string > [-Werror,-Wformat-extra-args] > file_name, line_number); This is long-standing, and so far has not felt like it's worthwhile to work around. Regarding the minix-3.3.0 failure of the symlink test, the high-level symptom is that grep -r mistakenly dereferences symlinks like "e" and "c" in that test. Why? I don't have convenient shell access to such a system, but it looks like its fstatat function may fail to honor the AT_SYMLINK_NOFOLLOW flag. Given that platform is far from mainstream, I'm not inclined to spend any more time on it before the release.