K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2018-06-03T19:46:44.287003Z K 7 svn:log V 356 Fix a gcc8 warning about a write only variable. gcc8 warns that "verf" was set but not used. This was because the code that uses it is disabled via a "#if 0". This patch adds a "#if 0" to the variable's declaration and assignment to get rid of the warning. This way the code could be re-enabled without difficulty. Requested by: mmacy MFC after: 2 weeks END