Bug 111024

Summary: bad source code
Product: [Fedora] Fedora Reporter: d.binderman
Component: pcctsAssignee: Karsten Hopp <karsten>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-11-27 10:32:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description d.binderman 2003-11-26 15:29:47 UTC
Description of problem:
I just tried to compile package pccts-1_33mr33-6 from Fedora.

The compiler said

antlr.c(36): remark #592: variable "a" is used before its value is set

The source code is

	ANTLR_INFO

but in file ../BUILD/pccts/h/antlr.h is the following

#define ANTLR_INFO      \
        Attrib zzempty_attr(void) {static Attrib a; return a;} \

I'm not sure what the fix is for this.




Version-Release number of selected component (if applicable):
pccts-1_33mr33-6 

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info: