mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Signed 1-bit bitfields make no sense
This commit is contained in:
parent
ee729585b3
commit
46a484e739
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ typedef struct php_cli_server_client {
|
|||
int content_sender_initialized:1;
|
||||
php_cli_server_content_sender content_sender;
|
||||
php_cli_server_buffer capture_buffer;
|
||||
int capturing:1;
|
||||
unsigned int capturing:1;
|
||||
int file_fd;
|
||||
} php_cli_server_client;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue