-
Notifications
You must be signed in to change notification settings - Fork 79
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 build warnings #667
Fix build warnings #667
Conversation
comment out the function as its usage if also commented out
yes, those warring comes from jsoncpp( a older version) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #667 +/- ##
==========================================
- Coverage 80.79% 80.63% -0.16%
==========================================
Files 22 22
Lines 1536 1539 +3
Branches 165 166 +1
==========================================
Hits 1241 1241
- Misses 162 164 +2
- Partials 133 134 +1 ☔ View full report in Codecov by Sentry. |
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.
LGTM
@@ -67,7 +67,7 @@ ZEND_GET_MODULE(pinpoint_php) | |||
#endif | |||
|
|||
ZEND_DECLARE_MODULE_GLOBALS(pinpoint_php); | |||
static void pinpoint_log(char *msg); | |||
//static void pinpoint_log(char *msg); |
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.
it's ok to disable this function.
To avoid missing real errors hidden by warning flood.
2 [-Wdeprecated-declarations] are not fixed, because in bundled library