IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 23, 2004, 2:05:54 PM (22 years ago)
Author:
gusciora
Message:

Added -Wall to Makefile.globals, and fixed resultant compile errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile.Globals

    r2312 r2411  
    55##  Assumptions:    Variable "prefix" already defined
    66##
    7 ##  $Revision: 1.23 $  $Name: not supported by cvs2svn $
    8 ##  $Date: 2004-11-09 01:50:24 $
     7##  $Revision: 1.24 $  $Name: not supported by cvs2svn $
     8##  $Date: 2004-11-24 00:05:54 $
    99##
    1010##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5050# Set initial value for CFLAGS which will include all OS common flags for GCC
    5151GCOVFLAGS :=
    52 CFLAGS := -Werror -O0 -g2 -std=c99 -D_GNU_SOURCE -pipe $(GCOVFLAGS)
     52CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe $(GCOVFLAGS)
    5353
    5454ifdef NO_TRACE
Note: See TracChangeset for help on using the changeset viewer.