public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001578] New: Unused variable warning in MMC disk driver.
@ 2012-05-03 20:24 bugzilla-daemon
  2012-05-04  2:26 ` [Bug 1001578] " bugzilla-daemon
  0 siblings, 1 reply; 5+ messages in thread
From: bugzilla-daemon @ 2012-05-03 20:24 UTC (permalink / raw)
  To: unassigned

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001578

           Summary: Unused variable warning in MMC disk driver.
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: enhancement
          Priority: low
         Component: Disk
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: ilijak@siva.com.mk
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1729)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1729)
mmc_spi_unused_var_warning.diff

Attached patch fixes the set but unused variable warning in MMC disk driver.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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

* [Bug 1001578] Unused variable warning in MMC disk driver.
  2012-05-03 20:24 [Bug 1001578] New: Unused variable warning in MMC disk driver bugzilla-daemon
@ 2012-05-04  2:26 ` bugzilla-daemon
  0 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-05-04  2:26 UTC (permalink / raw)
  To: unassigned

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001578

Jonathan Larmour <jifl@ecoscentric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1729|0                           |1
        is obsolete|                            |
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned@bugs.ecos.source |jifl@ecoscentric.com
                   |ware.org                    |

--- Comment #1 from Jonathan Larmour <jifl@ecoscentric.com> 2012-05-04 03:26:24 BST ---
Created an attachment (id=1730)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1730)
Alternative warning fix patch

I've applied the attached little variation on that patch. Thanks!

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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

* [Bug 1001578] Unused variable warning in MMC disk driver.
  2012-05-03 20:24 [Bug 1001578] New: " bugzilla-daemon
  2012-05-04  2:26 ` [Bug 1001578] " bugzilla-daemon
  2012-05-04  2:27 ` bugzilla-daemon
@ 2012-05-04  7:01 ` bugzilla-daemon
  2 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-05-04  7:01 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001578

--- Comment #3 from Ilija Kocho <ilijak@siva.com.mk> 2012-05-04 08:01:21 BST ---
(In reply to comment #1)
> Created an attachment (id=1730)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1730) [details]
> Alternative warning fix patch
> 
> I've applied the attached little variation on that patch. Thanks!

Looks nicer, thanks.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- 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 1001578] Unused variable warning in MMC disk driver.
  2012-05-03 20:24 [Bug 1001578] New: " bugzilla-daemon
  2012-05-04  2:26 ` [Bug 1001578] " bugzilla-daemon
@ 2012-05-04  2:27 ` bugzilla-daemon
  2012-05-04  7:01 ` bugzilla-daemon
  2 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-05-04  2:27 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001578

Jonathan Larmour <jifl@ecoscentric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |NEXTRELEASE

--- Comment #2 from Jonathan Larmour <jifl@ecoscentric.com> 2012-05-04 03:26:51 BST ---
Committed, so done.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- 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 1001578] Unused variable warning in MMC disk driver.
  2012-05-03 20:24 [Bug 1001578] New: " bugzilla-daemon
@ 2012-05-04  2:26 ` bugzilla-daemon
  2012-05-04  2:27 ` bugzilla-daemon
  2012-05-04  7:01 ` bugzilla-daemon
  2 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-05-04  2:26 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001578

Jonathan Larmour <jifl@ecoscentric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1729|0                           |1
        is obsolete|                            |
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned@bugs.ecos.source |jifl@ecoscentric.com
                   |ware.org                    |

--- Comment #1 from Jonathan Larmour <jifl@ecoscentric.com> 2012-05-04 03:26:24 BST ---
Created an attachment (id=1730)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1730)
Alternative warning fix patch

I've applied the attached little variation on that patch. Thanks!

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- 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:[~2012-05-04  7:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-03 20:24 [Bug 1001578] New: Unused variable warning in MMC disk driver bugzilla-daemon
2012-05-04  2:26 ` [Bug 1001578] " bugzilla-daemon
2012-05-03 20:24 [Bug 1001578] New: " bugzilla-daemon
2012-05-04  2:26 ` [Bug 1001578] " bugzilla-daemon
2012-05-04  2:27 ` bugzilla-daemon
2012-05-04  7:01 ` 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).