Compile Warnings with PHP7.3

Description

Compile Warnings.
After compilation, testing and installing the extension everything seems fine. We don't what will happend because of these warnings.

PHP 7.3.1-3+0~20190205120933.29+stretch~1.gbp1b8bf8 (cli) (built: Feb 5 2019 12:09:34) ( NTS )

...

...

...

...

...

...

...

...

...

...

Environment

Debian 9.7
Cassandra-1.3.2

Pull Requests

None

Activity

Show:

Tim Kroener April 30, 2021 at 9:45 AM

Michael Penick May 19, 2020 at 12:50 PM

Hi, thanks for submitting this issue. Is this something that you might be able to submit a pull request for? Here are some pointers to get you started:

The `-Wno-exta-semi` can be fixed by removing from https://github.com/datastax/php-driver/blob/919cef0854f255f9730b2aa211cccb1f1bf59449/ext/config.m4#L162-L169.

`%.*s` can be fixed by casting the types to `(int)`.

`%lld` could be fixed by using `PRId64` ?

Details

Assignee

Reporter

Affects versions

Priority

Created February 7, 2019 at 4:06 PM
Updated April 30, 2021 at 9:45 AM