public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* [Bug 1001950] New: ConfigTool - Patch to resolve unused variable warnings
@ 2014-02-24 15:55 bugzilla-daemon
  2014-02-28 10:30 ` [Bug 1001950] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-02-24 15:55 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001950

            Bug ID: 1001950
           Summary: ConfigTool - Patch to resolve unused variable warnings
           Product: eCos
           Version: CVS
            Target: All
  Architecture/Host HostOS: Win XP/7
                OS:
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: low
         Component: Patches and contributions
          Assignee: unassigned@bugs.ecos.sourceware.org
          Reporter: andy@xylanta.com
                CC: ecos-patches@ecos.sourceware.org

Created attachment 2461
  --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2461&action=edit
Patch to resolve unused variable warnings

This patch resolves a number of unused variable warnings when
ConfigTool is built using gcc 4.8 and -Wall. Tested on Windows but should apply
to all platforms


This follows on from the patch in 1001949.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1001950] ConfigTool - Patch to resolve unused variable warnings
  2014-02-24 15:55 [Bug 1001950] New: ConfigTool - Patch to resolve unused variable warnings bugzilla-daemon
@ 2014-02-28 10:30 ` bugzilla-daemon
  2014-03-02 16:49 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-02-28 10:30 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001950

John Dallaway <john@dallaway.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |john@dallaway.org.uk
           Assignee|unassigned@bugs.ecos.source |john@dallaway.org.uk
                   |ware.org                    |
     Ever confirmed|0                           |1

--- Comment #1 from John Dallaway <john@dallaway.org.uk> ---
Andy, as for bug #1001949, can you modify this patch to use the
CYG_UNUSED_PARAM macro please?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1001950] ConfigTool - Patch to resolve unused variable warnings
  2014-02-24 15:55 [Bug 1001950] New: ConfigTool - Patch to resolve unused variable warnings bugzilla-daemon
  2014-02-28 10:30 ` [Bug 1001950] " bugzilla-daemon
@ 2014-03-02 16:49 ` bugzilla-daemon
  2014-03-02 16:55 ` bugzilla-daemon
  2014-03-13 15:24 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-03-02 16:49 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001950

--- Comment #2 from Andy Jackson <andy@xylanta.com> ---
Created attachment 2477
  --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2477&action=edit
Revised patch to resolve unused variable warnings

Updated patch which uses CYG_UNUSED_PARAM where possible

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1001950] ConfigTool - Patch to resolve unused variable warnings
  2014-02-24 15:55 [Bug 1001950] New: ConfigTool - Patch to resolve unused variable warnings bugzilla-daemon
  2014-02-28 10:30 ` [Bug 1001950] " bugzilla-daemon
  2014-03-02 16:49 ` bugzilla-daemon
@ 2014-03-02 16:55 ` bugzilla-daemon
  2014-03-13 15:24 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-03-02 16:55 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001950

Andy Jackson <andy@xylanta.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2461|0                           |1
        is obsolete|                            |

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1001950] ConfigTool - Patch to resolve unused variable warnings
  2014-02-24 15:55 [Bug 1001950] New: ConfigTool - Patch to resolve unused variable warnings bugzilla-daemon
                   ` (2 preceding siblings ...)
  2014-03-02 16:55 ` bugzilla-daemon
@ 2014-03-13 15:24 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-03-13 15:24 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001950

John Dallaway <john@dallaway.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
                 CC|                            |ecos-bugs@ecos.sourceware.o
                   |                            |rg
          Component|Patches and contributions   |ConfigTool
         Resolution|---                         |CURRENTRELEASE
  Architecture/Host|HostOS: Win XP/7            |HostOS: All
                 OS|                            |

--- Comment #3 from John Dallaway <john@dallaway.org.uk> ---
Thank you for the update patch. Now checked-in.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-03-13 15:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-24 15:55 [Bug 1001950] New: ConfigTool - Patch to resolve unused variable warnings bugzilla-daemon
2014-02-28 10:30 ` [Bug 1001950] " bugzilla-daemon
2014-03-02 16:49 ` bugzilla-daemon
2014-03-02 16:55 ` bugzilla-daemon
2014-03-13 15:24 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).