xinxinlx / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

bio.c:150:13: warning: conversion to 'OPJ_INT32' from 'OPJ_UINT32' may change the sign of the result [-Wsign-conversion] #256

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In some case we have unsigned / signed comparison. The most common case is the 
for loop with unsigned integer.

What solution should we be using all over the code to fix this ?

the current proposal is at r2388

Some other are described at: 
http://stackoverflow.com/questions/665745/whats-the-best-way-to-do-a-reverse-for
-loop-with-an-unsigned-index

Original issue reported on code.google.com by mathieu.malaterre on 24 Feb 2014 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by mathieu.malaterre on 25 Feb 2014 at 2:19

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2567.

Original comment by mathieu.malaterre on 4 Mar 2014 at 9:19

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2568.

Original comment by mathieu.malaterre on 4 Mar 2014 at 9:30

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2569.

Original comment by mathieu.malaterre on 4 Mar 2014 at 9:32

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2570.

Original comment by mathieu.malaterre on 4 Mar 2014 at 9:55

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2571.

Original comment by mathieu.malaterre on 4 Mar 2014 at 9:58

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2590.

Original comment by mathieu.malaterre on 6 Mar 2014 at 3:05

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2591.

Original comment by mathieu.malaterre on 6 Mar 2014 at 3:10

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2592.

Original comment by mathieu.malaterre on 6 Mar 2014 at 3:16

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2593.

Original comment by mathieu.malaterre on 6 Mar 2014 at 4:01

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2594.

Original comment by mathieu.malaterre on 6 Mar 2014 at 4:26

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2597.

Original comment by mathieu.malaterre on 6 Mar 2014 at 4:59

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2611.

Original comment by mathieu.malaterre on 7 Mar 2014 at 10:04

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2612.

Original comment by mathieu.malaterre on 7 Mar 2014 at 10:19

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2613.

Original comment by mathieu.malaterre on 7 Mar 2014 at 10:21

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2614.

Original comment by mathieu.malaterre on 7 Mar 2014 at 10:25

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2615.

Original comment by mathieu.malaterre on 7 Mar 2014 at 11:06

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2620.

Original comment by mathieu.malaterre on 7 Mar 2014 at 11:27

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2621.

Original comment by mathieu.malaterre on 7 Mar 2014 at 11:28

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2622.

Original comment by mathieu.malaterre on 7 Mar 2014 at 11:43

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2623.

Original comment by mathieu.malaterre on 7 Mar 2014 at 11:57

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2624.

Original comment by mathieu.malaterre on 7 Mar 2014 at 11:59

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2625.

Original comment by mathieu.malaterre on 7 Mar 2014 at 12:01

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2626.

Original comment by mathieu.malaterre on 7 Mar 2014 at 12:06

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2628.

Original comment by mathieu.malaterre on 7 Mar 2014 at 1:29

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2629.

Original comment by mathieu.malaterre on 7 Mar 2014 at 1:31

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2630.

Original comment by mathieu.malaterre on 7 Mar 2014 at 1:33

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2631.

Original comment by mathieu.malaterre on 7 Mar 2014 at 1:37

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2632.

Original comment by mathieu.malaterre on 7 Mar 2014 at 1:40

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2633.

Original comment by mathieu.malaterre on 7 Mar 2014 at 1:43

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2634.

Original comment by mathieu.malaterre on 7 Mar 2014 at 1:51

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2635.

Original comment by mathieu.malaterre on 7 Mar 2014 at 2:00

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2636.

Original comment by mathieu.malaterre on 7 Mar 2014 at 2:15

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2676.

Original comment by mathieu.malaterre on 10 Mar 2014 at 2:05

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2680.

Original comment by mathieu.malaterre on 10 Mar 2014 at 3:51

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2681.

Original comment by mathieu.malaterre on 10 Mar 2014 at 4:17

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2682.

Original comment by mathieu.malaterre on 10 Mar 2014 at 4:17

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2683.

Original comment by mathieu.malaterre on 10 Mar 2014 at 4:43