Issue 5934: fix gcc warnings: explicit type conversion for uid/gid in posix (original) (raw)

Issue5934

Created on 2009-05-05 00:44 by vstinner, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
posix_warnings.patch vstinner,2009-05-05 00:44
Messages (2)
msg87196 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2009-05-05 00:44
Explicit type conversion to fix gcc -Wextra warnings. The patch doesn't change the behaviour, it just makes gcc quiet.
msg116055 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2010-09-10 22:37
Well, it's not a bug, just a gcc warning. We don't need this patch.
History
Date User Action Args
2022-04-11 14:56:48 admin set github: 50184
2010-09-10 22:37:55 vstinner set status: open -> closedresolution: wont fixmessages: +
2010-07-31 17:08:01 BreamoreBoy set stage: patch reviewversions: + Python 3.2
2009-05-05 00:44:17 vstinner create