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

Fix compiler warning #5318

Merged
merged 4 commits into from
May 9, 2024
Merged

Fix compiler warning #5318

merged 4 commits into from
May 9, 2024

Conversation

Appla
Copy link
Contributor

@Appla Appla commented May 8, 2024

rt

Copy link

codecov bot commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.60%. Comparing base (68bd8db) to head (09c931f).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5318      +/-   ##
==========================================
+ Coverage   71.58%   71.60%   +0.01%     
==========================================
  Files         105      105              
  Lines       16085    16086       +1     
  Branches     2973     2973              
==========================================
+ Hits        11515    11518       +3     
+ Misses       4515     4513       -2     
  Partials       55       55              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matyhtf matyhtf changed the base branch from master to 5.1.x May 9, 2024 08:01
@matyhtf matyhtf merged commit 9ce89a8 into swoole:5.1.x May 9, 2024
34 of 43 checks passed
matyhtf pushed a commit that referenced this pull request May 9, 2024
* fixed compiler maybe-uninitialized warning

* fixed: using delete to release object created by new

* fixed compiler warning: ISO C++ forbids converting a string constant to 'char*' and using ZPP api

* fixed compiler warning: 'recv_size' may be used uninitialized and comparison of integer expressions of different signedness
# Conflicts:
#	ext-src/swoole_postgresql_coro.cc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants