Changeset 1699 in MondoRescue


Ignore:
Timestamp:
Oct 22, 2007, 1:41:09 AM (17 years ago)
Author:
Bruno Cornec
Message:

Try to remove warning only for functions returning value not examined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/configure.in

    r1698 r1699  
    7272        AC_CHECK_LIB(pthread, pthread_create, true, [echo "*** Cannot find -lpthread."; echo "*** Please make sure you have the linuxthreads glibc add-on installed."; exit 1])
    7373        PTHREAD="-lpthread"
    74         CFLAGS="$CFLAGS -Wall -Wnoreturn-type -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT"
     74        CFLAGS="$CFLAGS -Wall -Wno-return-type -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT"
    7575        ;;
    7676    *)
Note: See TracChangeset for help on using the changeset viewer.