Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4b960c3

Browse files
committed
build: fix incorrect g++ warning message
The warning message was inadvertently changed to a newer version ofg++ than the one being checked for when a refactor PR was merged tov18.x-staging.Refs:#47667PR-URL:#51695Reviewed-By: Ruy Adorno <ruyadorno@google.com>Reviewed-By: Luigi Pinca <luigipinca@gmail.com>Reviewed-By: Michaël Zasso <targos@protonmail.com>Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parentc7f3b9e commit4b960c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ def check_compiler(o):
10571057
ifnotok:
10581058
warn(f'failed to autodetect C++ compiler version (CXX={CXX})')
10591059
elifclang_version< (8,0,0)ifis_clangelsegcc_version< (8,3,0):
1060-
warn(f'C++ compiler (CXX={CXX},{version_str}) too old, need g++10.1.0 or clang++ 8.0.0')
1060+
warn(f'C++ compiler (CXX={CXX},{version_str}) too old, need g++8.3.0 or clang++ 8.0.0')
10611061

10621062
ok,is_clang,clang_version,gcc_version=try_check_compiler(CC,'c')
10631063
version_str=".".join(map(str,clang_versionifis_clangelsegcc_version))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp