1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: hide gcc warning

This commit is contained in:
Zdenek Kabelac 2016-11-16 15:13:36 +01:00
parent 8a4dfe6ce7
commit cc3895623c

View File

@ -19,6 +19,7 @@
#ifdef DEBUG #ifdef DEBUG
#include <ctype.h> #include <ctype.h>
__attribute__ ((__unused__))
static void _regex_print(struct rx_node *rx, int depth, unsigned show_nodes) static void _regex_print(struct rx_node *rx, int depth, unsigned show_nodes)
{ {
int i, numchars; int i, numchars;