From 035b7d5c5e7e6079166e21c4969b236b341cf591 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 20 Jun 2015 08:57:03 -0700 Subject: [PATCH] CLI2: Eliminate compiler warnings by adding missing diagnostics --- src/CLI2.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 3b138bbc5..b5ceac3ee 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -1495,6 +1495,10 @@ void CLI2::findUUIDs () changes = true; } } + + if (changes) + if (context.config.getInteger ("debug.parser") >= 3) + context.debug (dump ("CLI2::prepareFilter findUUIDs")); } /*