Changeset 1283 for trunk/gsdl/lib


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/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
Note: See TracChangeset for help on using the changeset viewer.