Changeset 1283 for trunk/gsdl/src/recpt


Ignore:
Timestamp:
2000-07-13T14:55:32+12:00 (24 years ago)
Author:
sjboddie
Message:

fixed compiler warnings (the easy way ;-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/Makefile.in

    r1004 r1283  
    2727AR = ar
    2828CC = @CC@
    29 CCFLAGS = @CFLAGS@ -Wall -Wunused -pedantic -W -Woverloaded-virtual
     29#CCFLAGS = @CFLAGS@ -Wall -Wunused -pedantic -W -Woverloaded-virtual
     30CCFLAGS = @CFLAGS@
    3031
    3132USE_FASTCGI = @USE_FASTCGI@
     
    4748RANLIB = @RANLIB@
    4849LDFLAGS = @LDFLAGS@
    49 #LIBS = -lgdbm -lstdc++ -lm #-lcrypt
    5050LIBS = @LIBS@
    5151
Note: See TracChangeset for help on using the changeset viewer.