Changeset 1283


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

fixed compiler warnings (the easy way ;-)

Location:
trunk/gsdl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/Makefile.in

    r1076 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@
    3132DEFS = @DEFS@
    3233INCLUDES = -I../packages/mg/lib
  • 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
  • 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.