repo.or.cz
/
sqlgg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
option -gen
[sqlgg.git]
/
error.ml
blob
48b32d9368a7f07cfee495241ff2b3e7cb7b0302
1
(** Error output *)
2
3
open
Printf
4
5
let
logs
=
prerr_endline
6
let
log
format
=
ksprintf
logs
format
7
(* let report format = ksprintf (fun str -> logs ("Project : warning _____: " ^ str)) format *)
8
let
report
=
log
9
10
(* VS error format:
11
path(lineno) : warning _____: string
12
*)