-
Notifications
You must be signed in to change notification settings - Fork 118
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
Use char const *
in oc_popen
.
#2532
Conversation
d350511
to
5a92341
Compare
✔️ 5a92341 -> Azure artifacts URL |
Codecov Report
@@ Coverage Diff @@
## master #2532 +/- ##
==========================================
- Coverage 61.48% 61.48% -0.01%
==========================================
Files 623 623
Lines 119146 119152 +6
==========================================
Hits 73261 73261
- Misses 45885 45891 +6
... and 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This comment has been minimized.
This comment has been minimized.
37384c4
to
5a92341
Compare
✔️ 5a92341 -> Azure artifacts URL |
This silences an warning related to
oc_popen(..., "r")
.