Disabled compilation warnings.

merge-requests/1/head
Henning Geinitz 2003-05-18 15:34:36 +00:00
rodzic 641d6cfafc
commit cc8f09f996
3 zmienionych plików z 7 dodań i 6 usunięć

Wyświetl plik

@ -3,6 +3,7 @@
* NEWS: Updated.
* doc/descriptions/unsupported.desc: Added Mustek ScanMagic 9636P.
* TODO: Added epson/saned/xsane problem.
* configure configure.in: Disabled compilation warnings.
2003-05-16 Henning Meier-Geinitz <henning@meier-geinitz.de>

10
configure vendored
Wyświetl plik

@ -1493,7 +1493,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
V_MAJOR=1
V_MINOR=0
V_REV=11
is_release=no
is_release=yes
ac_config_headers="$ac_config_headers include/sane/config.h"
@ -2394,12 +2394,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(exit $ac_status); }; }; then
for ac_declaration in \
''\
'#include <stdlib.h>' \
'extern "C" void std::exit (int) throw (); using std::exit;' \
'extern "C" void std::exit (int); using std::exit;' \
'extern "C" void exit (int) throw ();' \
'extern "C" void exit (int);' \
'void exit (int);'
'void exit (int);' \
'#include <stdlib.h>'
do
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
@ -9880,12 +9880,12 @@ else
fi
for ac_declaration in \
''\
'#include <stdlib.h>' \
'extern "C" void std::exit (int) throw (); using std::exit;' \
'extern "C" void std::exit (int); using std::exit;' \
'extern "C" void exit (int) throw ();' \
'extern "C" void exit (int);' \
'void exit (int);'
'void exit (int);' \
'#include <stdlib.h>'
do
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"

Wyświetl plik

@ -7,7 +7,7 @@ AC_INIT([sane-backends],[1.0.11-cvs],[sane-devel@mostang.com])
V_MAJOR=1
V_MINOR=0
V_REV=11
is_release=no
is_release=yes
dnl ***********************************************************************
AC_CONFIG_HEADERS([include/sane/config.h])