HomeDevCentral
Diffusion fbsql db879ca2ffe4

Avoid const char** to char** now invalid pointer convert

Description

Avoid const char to char now invalid pointer convert

Summary:
This change allows the code to compile using the C23 standard.

Ref T2213

Test Plan:

  • Build the library
  • load ./fbsql.so ; sql connect 127.0.0.1 ; sql "SELECT 1+1"

Maniphest Tasks: T2213

Differential Revision: https://devcentral.nasqueron.org/D3910

Details

Provenance
derecksonAuthored on Sat, Feb 7, 12:24
derecksonPushed on Sat, Feb 7, 12:46
Differential Revision
D3910: Avoid const char** to char** now invalid pointer convert
Parents
rFBSQL33ab3b29e9cb: Arcanist configuration
Branches
Unknown
Tags
Unknown
Tasks
T2213: Ensure fbsql still compile with C23 standard