-
-
Notifications
You must be signed in to change notification settings - Fork 760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICU-22767 Fix GCC warning and turn warning to errors #3129
ICU-22767 Fix GCC warning and turn warning to errors #3129
Conversation
188b66d
to
552abea
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
b8b4ba9
to
137c405
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
137c405
to
d07b151
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
The gcc-10-stdlib17 tests still fail with |
3521f13
to
aacfcf7
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
@markusicu
|
a4e208f
to
77d4d85
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
8e666e5
to
d5d0784
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
d5d0784
to
99d9fb0
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
99d9fb0
to
7d28d61
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the warnings added to the gcc-debug-build-and-test
job, you got yet one more maybe-uninitialized that'll need to be addressed.
7ce8d20
to
1647bd2
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
ICU-22716 use pre-existing task ICU-22716 Fix ICU-22716 Fix unitialization Update icu4c/source/common/ushape.cpp Co-authored-by: Fredrik Roubert <[email protected]> ICU-22716 change macro ICU-22716 Add document about the macro ICU-22716 Addres review feedback ICU-22767 Fix GCC warning and turn warning to errors ICU-22716 use pre-existing task ICU-22716 Fix ICU-22716 Fix unitialization Update icu4c/source/common/ushape.cpp Co-authored-by: Fredrik Roubert <[email protected]> ICU-22716 change macro ICU-22716 Add document about the macro ICU-22716 Addres review feedback ICU-22767 Fix GCC warning and turn warning to errors ICU-22716 use pre-existing task ICU-22716 Fix ICU-22716 Fix unitialization Update icu4c/source/common/ushape.cpp Co-authored-by: Fredrik Roubert <[email protected]> ICU-22767 Fix GCC warning and turn warning to errors ICU-22716 use pre-existing task ICU-22716 Fix ICU-22716 Fix unitialization Update icu4c/source/common/ushape.cpp Co-authored-by: Fredrik Roubert <[email protected]> ICU-22716 change macro ICU-22716 Add document about the macro ICU-22716 Addres review feedback ICU-22767 Fix GCC warning and turn warning to errors ICU-22716 use pre-existing task ICU-22716 Fix ICU-22716 Fix unitialization Update icu4c/source/common/ushape.cpp Co-authored-by: Fredrik Roubert <[email protected]> ICU-22716 change macro ICU-22716 Add document about the macro ICU-22716 Address feedback ICU-22767 Fix GCC warning and turn warning to errors See unicode-org#3129
4f62a55
to
9e89648
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
e6b0be8
to
01c3b54
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
01c3b54
to
1627204
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
PTAL I removed unncessary changes |
During the ICUTC this morning. I agree to Markus we should hold this till 77.1 |
dbfc1b6
to
360dbf5
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
360dbf5
to
c8988fa
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
PTAL |
@roubert PTAL |
already merged the suggested change
-Wdangling-pointer can first found in 12.4
Warning Options (Using the GNU Compiler Collection (GCC))
but not in 11.5
-Wstringop-overflow can first found in 11.5
Warning Options (Using the GNU Compiler Collection (GCC))
but not in 10.5
-Wreturn-local-addr first found in 4.8.5
Warning Options - Using the GNU Compiler Collection (GCC)
but not in 4.7.4
-Warray-bounds first found in 4.3.6
Warning Options - Using the GNU Compiler Collection (GCC)
but not in 4.2.4
Checklist