mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
nbis: prefix global variables with "g_"
It fixes a lot of warnings about shadowing global variable https://bugs.freedesktop.org/show_bug.cgi?id=56439
This commit is contained in:
committed by
Bastien Nocera
parent
9e10edd422
commit
5d32102efe
@@ -290,7 +290,7 @@ int fpi_img_detect_minutiae(struct fp_img *img)
|
||||
&low_contrast_map, &low_flow_map, &high_curve_map,
|
||||
&map_w, &map_h, &bdata, &bw, &bh, &bd,
|
||||
img->data, img->width, img->height, 8,
|
||||
DEFAULT_PPI / (double)25.4, &lfsparms_V2);
|
||||
DEFAULT_PPI / (double)25.4, &g_lfsparms_V2);
|
||||
g_timer_stop(timer);
|
||||
fp_dbg("minutiae scan completed in %f secs", g_timer_elapsed(timer, NULL));
|
||||
g_timer_destroy(timer);
|
||||
|
||||
Reference in New Issue
Block a user