[PATCH] freading: declare with attribute "pure"

2014-01-02 Thread Jim Meyering
FYI, without this patch and with very recent gcc, I would see warnings like this: lib/freading.c:29:1: error: function might be candidate for attribute 'pure'\ [-Werror=suggest-attribute=pure] From b076a606c06a7bf7150c9591028052884d48232f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: F

Re: Curious line in relocatable.sh.in

2014-01-02 Thread Paul Eggert
Reuben Thomas wrote: Is this line (which was in the initial commit of this code) intentional? A stub for future enhancement? It would seem to need some expansion, at the very least for Windows. My guess is that the code was stolen from similar code such as AM_PATH_PROG_WITH_TEST (in m4/progtest

[PATCH] manywarnings: remove -Wmudflap

2014-01-02 Thread Jim Meyering
Annoyed by warnings-about-unsupported-warning while using gcc-built-from-git, I've just pushed this change: From 5088dc55f4209d1ce4763726418834c7366819ec Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 2 Jan 2014 16:55:04 -0800 Subject: [PATCH] manywarnings: remove -Wmudflap * m4/manywarni