mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #118] [CLOSED] one possible bugfix, and few more small changes to lower amount of warnings while building ide #166
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#166
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/118
Author: @ped7g
Created: 12/11/2022
Status: ❌ Closed
Base:
master← Head:small_changes📝 Commits (6)
b758910ide: possible OOB access into sOperatorTab with signed-char index -128..-17dabfcfCtrlLib: warning-fixfriend class Popupused forstruct Popup33cda46Core: fix unused variablesby using it9a0a4aaide: remove unused function sSplitT83c45dfide: remove most of the unused variables reported during build of idece79b8dCtrlLib: remove one logical-operator priority warning📊 Changes
12 files changed (+7 additions, -21 deletions)
View changed files
📝
uppsrc/Core/Mt.cpp(+2 -2)📝
uppsrc/Core/Stream.cpp(+1 -1)📝
uppsrc/CtrlCore/CtrlDraw.cpp(+0 -1)📝
uppsrc/CtrlCore/GtkEvent.cpp(+0 -1)📝
uppsrc/CtrlLib/DropChoice.h(+1 -1)📝
uppsrc/CtrlLib/PopUpList.cpp(+1 -1)📝
uppsrc/CtrlLib/ScrollBar.cpp(+0 -1)📝
uppsrc/RichText/TxtPaint.cpp(+0 -2)📝
uppsrc/ide/About.cpp(+0 -1)📝
uppsrc/ide/Browser/CodeRef.cpp(+0 -4)📝
uppsrc/ide/clang/Indexer.cpp(+0 -1)📝
uppsrc/ide/clang/Signature.cpp(+2 -5)📄 Description
build platform: KDE neon (based on Ubuntu 22.04), clang 14.0.0 in C++20 mode
(except changing build method to -std=c++20, it's the default CLANG build method after cloning git repository and using make to build IDE from command line)
There are still some warnings left, but some of those can't be resolved as cleanly, the
|vs||would require extra casting toint, and some unused variables are used for diagnostic or debug builds. Also I avoided Assist.cpp and Navigator.cpp just in case Mirek is still editing them a lot.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.