diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2020-06-12 10:18:19 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-06-12 10:18:19 +0200 |
| commit | 13868508386208f5a1a43b6c17991ad6f3652fea (patch) | |
| tree | 5e05b3d60bc7386af22ffce590fb8bd5b0c2952c /ext/sqlite3/php_sqlite3.h | |
| parent | f691693ebc7a0f6604455c004dc1ba78251c0ac1 (diff) | |
| download | php-git-13868508386208f5a1a43b6c17991ad6f3652fea.tar.gz | |
Use unused attribute for _dummy
The (void)_dummy is apparently considered a read of an uninitialized
variable. As it is a _Bool now, which has trap representations, this
is no longer considered legal and results in somewhat odd ubsan
warnings of the form:
runtime error: load of value 0, which is not a valid value for type 'zend_bool' (aka 'bool')
Diffstat (limited to 'ext/sqlite3/php_sqlite3.h')
0 files changed, 0 insertions, 0 deletions
