Problem: more compiler warnings for arguments in small version
Solution: Adjust #ifdefs.
#endif
}
}
+
#if defined(FEAT_PROP_POPUP) || defined(PROTO)
/*
* Return the cell size of virtual text after truncation.
{
// Show the line number, if desired.
wlv.draw_state = WL_NR;
- handle_lnum_col(wp, &wlv, sign_present, num_attr);
+ handle_lnum_col(wp, &wlv,
+#ifdef FEAT_SIGNS
+ sign_present, num_attr
+#else
+ 0, 0
+#endif
+ );
}
#ifdef FEAT_LINEBREAK
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 523,
/**/
522,
/**/