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

Start fixing build warnings #16

Merged
merged 3 commits into from Dec 24, 2013
Merged

Start fixing build warnings #16

merged 3 commits into from Dec 24, 2013

Conversation

remicollet
Copy link
Contributor

No description provided.

… function 'wait' [-Wimplicit-function-declaration]

Fix ProcessPool.c:131:9: warning: unused variable 'writer_pti' [-Wunused-variable]
Fix ProcessPool.c:131:6: warning: unused variable 'i' [-Wunused-variable]
Fix src/network/ProcessPool.c:71:6: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
@remicollet
Copy link
Contributor Author

There are really a lot of build warnings :(

Some are only cleanups (unused-variable), but other could raise unexpected behavior (implicit function declaration, ncompatble pointer type, ...)

I wil try to fix some of them if I found more time... And yes, I use -Wall flags.

matyhtf added a commit that referenced this pull request Dec 24, 2013
@matyhtf matyhtf merged commit 1c1ed64 into swoole:master Dec 24, 2013
@benzhan benzhan mentioned this pull request Jan 8, 2016
This was referenced Jun 3, 2016
@wangdianwen wangdianwen mentioned this pull request Nov 2, 2016
@jianwubayiba jianwubayiba mentioned this pull request May 5, 2018
@117311730 117311730 mentioned this pull request Jun 26, 2018
@bnubobby bnubobby mentioned this pull request Jul 2, 2018
twose pushed a commit that referenced this pull request Aug 24, 2018
@shehuaqigai shehuaqigai mentioned this pull request Sep 19, 2018
@JesseWjs JesseWjs mentioned this pull request Oct 10, 2018
twose added a commit that referenced this pull request Mar 6, 2020
+ Update Constant.php
+ FastCGI support (#15)
+ Add Coroutine\batch function (#16)
+ Support FastCGI Proxy (#17)
+ Support CURLOPT_HTTPAUTH
@twose twose mentioned this pull request Mar 6, 2020
matyhtf pushed a commit that referenced this pull request Mar 6, 2020
* Update library

+ Update Constant.php
+ FastCGI support (#15)
+ Add Coroutine\batch function (#16)
+ Support FastCGI Proxy (#17)
+ Support CURLOPT_HTTPAUTH

* Fix tests for latest PHP version
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.

None yet

2 participants