--- oprofile-0.9.9/libutil++/op_bfd.cpp	2013-07-29 21:25:05.000000000 +0530
+++ oprofile-0.9.9/libutil++/op_bfd.cpp	2018-02-20 19:25:01.208983024 +0530
@@ -415,15 +415,13 @@
 {
 	op_bfd_symbol const & sym = syms[sym_idx];
 
-	bool const verbose = cverb << (vbfd & vlevel1);
-
 	if (anon_obj)
 		start = sym.vma();
 	else
 		start = sym.filepos();
 	end = start + sym.size();
 
-	if (!verbose)
+	if (!(cverb << (vbfd & vlevel1)))
 		return;
 
 	io_state state(cverb << (vbfd & vlevel1));
