mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-21 04:58:50 +00:00
cov 10385: assigning signed int to unsigned variable
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2828 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
cb536a12ce
commit
c94dba0b49
@ -458,7 +458,7 @@ printf ("\n");
|
||||
|
||||
int main (void)
|
||||
{
|
||||
unsigned int fd;
|
||||
int fd;
|
||||
int rec_idx;
|
||||
int end_rec;
|
||||
int record_count = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user