derickr / vld

BSD 2-Clause "Simplified" License
464 stars 87 forks source link

constify #72

Closed remicollet closed 2 years ago

remicollet commented 2 years ago

Sorry, miss that in previous

/dev/shm/BUILD/php-pecl-vld-0.17.2/ZTS/vld.c: In function 'vld_compile_file':
/dev/shm/BUILD/php-pecl-vld-0.17.2/ZTS/vld.c:290:26: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  290 |         char *filename = file_handle->filename;
      |                          ^~~~~~~~~~~

P.S. obviously not critical, no need for new release

derickr commented 2 years ago

Merged, after rebase. Thanks!