Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
267e61fd
Commit
267e61fd
authored
May 21, 2020
by
Jacek Caban
Committed by
Alexandre Julliard
May 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Remove no longer needed -Wno-incompatible-library-redeclaration.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4f40ffb9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
33 deletions
+0
-33
configure
configure
+0
-31
configure.ac
configure.ac
+0
-2
No files found.
configure
View file @
267e61fd
...
...
@@ -10417,37 +10417,6 @@ $as_echo "$ac_cv_crosscflags__Wlogical_op" >&6; }
if
test
"x
$ac_cv_crosscflags__Wlogical_op
"
=
xyes
;
then
:
EXTRACROSSCFLAGS
=
"
$EXTRACROSSCFLAGS
-Wlogical-op"
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether the cross-compiler supports -Wincompatible-library-redeclaration"
>
&5
$as_echo_n
"checking whether the cross-compiler supports -Wincompatible-library-redeclaration... "
>
&6
;
}
if
${
ac_cv_crosscflags__Wincompatible_library_redeclaration
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
ac_wine_try_cflags_saved
=
$CFLAGS
ac_wine_try_cflags_saved_cc
=
$CC
ac_wine_try_cflags_saved_exeext
=
$ac_exeext
CFLAGS
=
"
$CFLAGS
$EXTRACROSSCFLAGS
-nostartfiles -nodefaultlibs -Wincompatible-library-redeclaration"
CC
=
"
$CROSSCC
"
ac_exeext
=
".exe"
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int __cdecl mainCRTStartup(void) { return 0; }
_ACEOF
if
ac_fn_c_try_link
"
$LINENO
"
;
then
:
ac_cv_crosscflags__Wincompatible_library_redeclaration
=
yes
else
ac_cv_crosscflags__Wincompatible_library_redeclaration
=
no
fi
rm
-f
core conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
CFLAGS
=
$ac_wine_try_cflags_saved
CC
=
$ac_wine_try_cflags_saved_cc
ac_exeext
=
$ac_wine_try_cflags_saved_exeext
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_cv_crosscflags__Wincompatible_library_redeclaration
"
>
&5
$as_echo
"
$ac_cv_crosscflags__Wincompatible_library_redeclaration
"
>
&6
;
}
if
test
"x
$ac_cv_crosscflags__Wincompatible_library_redeclaration
"
=
xyes
;
then
:
EXTRACROSSCFLAGS
=
"
$EXTRACROSSCFLAGS
-Wno-incompatible-library-redeclaration"
fi
case
$host_cpu
in
*
i[3456789]86
*
)
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether the cross-compiler supports -fno-omit-frame-pointer"
>
&5
...
...
configure.ac
View file @
267e61fd
...
...
@@ -1092,8 +1092,6 @@ then
WINE_TRY_CROSSCFLAGS([-Wwrite-strings])
WINE_TRY_CROSSCFLAGS([-Wpointer-arith])
WINE_TRY_CROSSCFLAGS([-Wlogical-op])
WINE_TRY_CROSSCFLAGS([-Wincompatible-library-redeclaration],
[EXTRACROSSCFLAGS="$EXTRACROSSCFLAGS -Wno-incompatible-library-redeclaration"])
case $host_cpu in
*i[[3456789]]86*) WINE_TRY_CROSSCFLAGS([-fno-omit-frame-pointer]) ;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment