Commit 4f5c76d8 authored by Kai Vehmanen's avatar Kai Vehmanen

Added -Wno-portability to default compiler flags.

darcs-hash:20070830072823-77cd4-30e1dec567d93d783adaf64444fdc9278a057a1d.gz
parent f9746bac
......@@ -3,7 +3,7 @@ AC_PREREQ(2.59c)
AC_INIT(nice, 0.0.1)
AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([-Wall -Wno-portability])
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_FILES([
Makefile
address/Makefile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment