Bug 198763

Summary: PATH: compile time warnings "/*" within comment
Product: [Fedora] Fedora Reporter: Jan Pazdziora <jpazdziora>
Component: procmailAssignee: Miroslav Lichvar <mlichvar>
Status: CLOSED WONTFIX QA Contact: Brock Organ <borgan>
Severity: low Docs Contact:
Priority: medium    
Version: rawhide   
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: 2006-10-27 13:44:47 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:
Attachments:
Description Flags
Removing /* withing other comments. none

Description Jan Pazdziora 2006-07-13 13:01:54 UTC
Description of problem:

While compiling procmail, I received multiple warnings like

../config.h:3:43: warning: "/*" within comment
../config.h:4:43: warning: "/*" within comment
../config.h:36:43: warning: "/*" within comment
../config.h:37:51: warning: "/*" within comment
../config.h:81:26: warning: "/*" within comment
../config.h:82:26: warning: "/*" within comment
../config.h:89:29: warning: "/*" within comment
../config.h:130:34: warning: "/*" within comment

which made unnecessary noise and made debugging of other code harder.

Version-Release number of selected component (if applicable):

3.22

How reproducible:

Build the rpm from src.

Actual results:

Warnings.

Expected results:

Less warnings.

Additional info:

The patch fixes the problem.

Comment 1 Jan Pazdziora 2006-07-13 13:01:55 UTC
Created attachment 132367 [details]
Removing /* withing other comments.

Comment 2 Miroslav Lichvar 2006-10-27 13:44:47 UTC
Adding -Wno-comment to CFLAGS is probably a better way how to avoid these
warnings when debugging. Closing WONTFIX.