Changeset 44fa6a for pcp/src


Ignore:
Timestamp:
May 24, 2008, 12:31:46 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
2f6525
Parents:
6145aa7
Message:

removed specialised CFLAGS for general AM_C(PP)FLAGS that just enable all warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/Makefile.am

    r6145aa7 r44fa6a  
    44bin_PROGRAMS = pcp
    55pcp_SOURCES = ${SOURCE} ${HEADER}
     6
     7AM_CFLAGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wshadow -Wpointer-arith -Wcast-align -Wcast-qual -Wwrite-strings -Wredundant-decls -Wnested-externs -Wmissing-noreturn -Wformat-security -Wmissing-format-attribute -Winit-self
Note: See TracChangeset for help on using the changeset viewer.