Fixing a compiler warning, fdi2raw.c (Linux)

Discussion of development and patch submission.
Post Reply
User avatar
Tux
Posts: 24
Joined: Thu 03 May, 2018 6:36 pm
Location: Germany

Fixing a compiler warning, fdi2raw.c (Linux)

Post by Tux »

Depending on your compiler (here: gcc with Linux) you might receive four similar warnings (compiling fdi2raw.c)

Code: Select all

fdi2raw.c:1631:25: warning: integer overflow in expression [-Woverflow]
        if (randval <= (3 * RAND_MAX / 8))
Attachment (patch against PCem v14) fixes the warnings.
Attachments
fdi2raw.diff.txt
(1.45 KiB) Downloaded 403 times
Post Reply