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/colservr/Makefile.in

    r1021 r1283  
    2828AR = ar
    2929CC = @CC@
    30 CCFLAGS = @CFLAGS@ -Wall -Wunused -pedantic -W -Woverloaded-virtual
     30#CCFLAGS = @CFLAGS@ -Wall -Wunused -pedantic -W -Woverloaded-virtual
     31CCFLAGS = @CFLAGS@
    3132
    3233USE_FASTCGI = @USE_FASTCGI@
     
    4647RANLIB = @RANLIB@
    4748LDFLAGS = @LDFLAGS@
    48 #LIBS = -lgdbm -lstdc++ -lm
    4949LIBS = @LIBS@
    5050
Note: See TracChangeset for help on using the changeset viewer.