[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch #3329] -1 is cast to uint32_t instead of store_offset_t
From: |
Ognyan Kulev |
Subject: |
[patch #3329] -1 is cast to uint32_t instead of store_offset_t |
Date: |
Wed, 01 Sep 2004 02:55:19 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5 |
This mail is an automated notification from the patch tracker
of the project: The GNU Hurd.
/**************************************************************************/
[patch #3329] Full Item Snapshot:
URL: <http://savannah.gnu.org/patch/?func=detailitem&item_id=3329>
Project: The GNU Hurd
Submitted by: Ognyan Kulev
On: Wed 09/01/2004 at 06:50
Category: None
Priority: 5 - Normal
Resolution: None
Privacy: Public
Assigned to: None
Originator Email:
Status: Open
Summary: -1 is cast to uint32_t instead of store_offset_t
Original Submission: Conditional operator ?: wants 2nd and 3rd arguments to be
of the same type. So the following use:
run->start = block ?: -1;
implicitly casts -1 to uint32_t, but it should be cast to store_offset_t.
File Attachments
-------------------
-------------------------------------------------------
Date: Wed 09/01/2004 at 06:50 Name: storeinfo.patch Size: 779B By: ogi
http://savannah.gnu.org/patch/download.php?item_id=3329&item_file_id=3624
For detailed info, follow this link:
<http://savannah.gnu.org/patch/?func=detailitem&item_id=3329>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [patch #3329] -1 is cast to uint32_t instead of store_offset_t,
Ognyan Kulev <=