MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / verify_uninitialized

Function verify_uninitialized

modules/dasSQLITE/sqlite/shell.c:26872–26877  ·  view source on GitHub ↗

** Internal check: Verify that the SQLite is uninitialized. Print a ** error message if it is initialized. */

Source from the content-addressed store, hash-verified

26870** error message if it is initialized.
26871*/
26872static void verify_uninitialized(void){
26873 if( sqlite3_config(-1)==SQLITE_MISUSE ){
26874 utf8_printf(stdout, "WARNING: attempt to configure SQLite after"
26875 " initialization.\n");
26876 }
26877}
26878
26879/*
26880** Initialize the state information in data

Callers 2

main_initFunction · 0.85
wmainFunction · 0.85

Calls 1

utf8_printfFunction · 0.85

Tested by

no test coverage detected