fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit b2d15ced24ca0dfe2d9c6417c4dc749229153fd3
parent 32a413a698883be1e64ebc3a37ad4b22dbd5eaac
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Sat, 26 Jul 2014 19:52:26 -0700

Avoid test compilation warnings

Diffstat:
Mfzytest.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/fzytest.c b/fzytest.c @@ -32,6 +32,8 @@ void summary(){ } int main(int argc, char *argv[]){ + (void) argc; + (void) argv; test_match(); test_scoring();