From 4a103859b7100bc30046ecba3efca2e8f0b09c7d Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 1 Jul 2010 11:39:02 -0600 Subject: Bug 610177 - fix coverity Defect Type: Uninitialized variables issues https://bugzilla.redhat.com/show_bug.cgi?id=610177 Resolves: bug 610177 Bug Description: fix coverity Defect Type: Uninitialized variables issues Reviewed by: nhosoi (Thanks!) Branch: HEAD Fix Description: Initialize variables to 0, NULL, or an appropriate error code. Got rid of the unused lexer code. Platforms tested: RHEL5 x86_64 Flag Day: no Doc impact: no --- ltmain.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 ltmain.sh (limited to 'ltmain.sh') diff --git a/ltmain.sh b/ltmain.sh old mode 100755 new mode 100644 -- cgit