[DragonFlyBSD - Bug #2261] Issue #2259

Sascha Wildner via Redmine bugtracker-admin at leaf.dragonflybsd.org
Tue Dec 13 05:27:12 PST 2011


Issue #2261 has been updated by Sascha Wildner.


The warning does not seem to be part of -Wall in gcc, while it is part of -Wall in g++.

For gcc, you need -W (i.e., -Wextra) to see it.

----------------------------------------
Bug #2261: Issue #2259
http://bugs.dragonflybsd.org/issues/2261

Author: Robin Carey
Status: New
Priority: Normal
Assignee: 
Category: 
Target version: 


Dear DragonFlyBSD bugs,

With regard to Issue #2259, I have discovered the problem only manifests
with the use of the
g++ compiler on "leaf.dragonflybsd.org".

For example, using the file: "/home/rcarey/test.c" on host "
leaf.dragonflybsd.org":

gcc -Wall test.c                           (produces a clean compile)

But trying:

g++ -Wall test.c                           (produces the warning about
signed and unsigned comparison).

Hope this helps (I'm trying not to make too much noise !).

-- 
Sincerely,

Robin Carey BSc


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account





More information about the Bugs mailing list