Skip to content
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

improve: refactored code and fixes compilation warn from Ubuntu 23.04 #726

Merged
merged 1 commit into from
Dec 30, 2022

Conversation

beats-dh
Copy link
Collaborator

@beats-dh beats-dh commented Dec 29, 2022

Description

Code refactoring to not be necessary to use ...Vector.clear(); ...Vector.shrink_to_fit();, with that I fixed the warnigs generated by the unix compiler!

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@dudantas dudantas changed the title Refactore code, fix warnig compile Ubuntu 23.04 [Enhacenment] refactored code and fixes compilation warn from Ubuntu 23.04 Dec 30, 2022
@dudantas dudantas changed the title [Enhacenment] refactored code and fixes compilation warn from Ubuntu 23.04 [Enhancement] refactored code and fixes compilation warn from Ubuntu 23.04 Dec 30, 2022
@dudantas dudantas merged commit 3c9ad33 into opentibiabr:main Dec 30, 2022
dudantas pushed a commit to dudantas/canary that referenced this pull request Feb 7, 2023
…23.04 (opentibiabr#726)

Code refactoring to not be necessary to use vector "clear()" and "shrink_to_fit()" with that I fixed the warnings generated by the GCC compiler in Ubuntu 23.04!
jacksonie pushed a commit to jacksonie/canary that referenced this pull request Feb 17, 2023
…23.04 (opentibiabr#726)

Code refactoring to not be necessary to use vector "clear()" and "shrink_to_fit()" with that I fixed the warnings generated by the GCC compiler in Ubuntu 23.04!
@beats-dh beats-dh deleted the fix-linux branch March 22, 2023 23:21
luan pushed a commit that referenced this pull request Jul 11, 2023
…23.04 (#726)

Code refactoring to not be necessary to use vector "clear()" and "shrink_to_fit()" with that I fixed the warnings generated by the GCC compiler in Ubuntu 23.04!
@dudantas dudantas changed the title [Enhancement] refactored code and fixes compilation warn from Ubuntu 23.04 improve: refactored code and fixes compilation warn from Ubuntu 23.04 Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants