Changeset 4798b36


Ignore:
Timestamp:
Jun 19, 2011, 1:08:11 AM (13 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Children:
fcc0936
Parents:
81a5686
git-author:
Anders Kaseorg <andersk@mit.edu> (06/18/11 21:14:04)
git-committer:
Anders Kaseorg <andersk@mit.edu> (06/19/11 01:08:11)
Message:
Build with -Wwrite-strings

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rfe73d0c r4798b36  
    130130AX_CFLAGS_WARN_ALL([AM_CFLAGS])
    131131AX_C_CHECK_FLAG([-Wstrict-prototypes],[],[],[AM_CFLAGS="$AM_CFLAGS -Wstrict-prototypes"])
     132AX_C_CHECK_FLAG([-Wwrite-strings],[],[],[AM_CFLAGS="$AM_CFLAGS -Wwrite-strings"])
    132133
    133134dnl Shut gcc up about zero-length format strings; the warning's apparently for
Note: See TracChangeset for help on using the changeset viewer.