MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / CPR_warn

Function CPR_warn

src/gpre/gpre.cpp:989–993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987//
988
989void CPR_warn(const TEXT* string)
990{
991 fprintf(stderr, "(W) %s:%d: %s\n", file_name, line_global + 1, string);
992 warnings_global++;
993}
994
995
996//____________________________________________________________

Callers 7

act_executeFunction · 0.85
act_prepareFunction · 0.85
act_selectFunction · 0.85
act_set_dialectFunction · 0.85
act_set_namesFunction · 0.85
PAR_databaseFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected