aboutsummaryrefslogtreecommitdiff
path: root/PuzzleApplet.java
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-12-30 23:53:36 +0000
committerSimon Tatham <anakin@pobox.com>2015-12-31 08:28:14 +0000
commitff91d2d78d96441893acd1b1099726346e7f84cf (patch)
treeabe74c929632c06b4bfeb2abbef2fc9ae949e58e /PuzzleApplet.java
parentd295a8a93c88bbd65ecfa57f4b70c9c4c6286e97 (diff)
downloadpuzzles-ff91d2d78d96441893acd1b1099726346e7f84cf.zip
puzzles-ff91d2d78d96441893acd1b1099726346e7f84cf.tar.gz
puzzles-ff91d2d78d96441893acd1b1099726346e7f84cf.tar.bz2
puzzles-ff91d2d78d96441893acd1b1099726346e7f84cf.tar.xz
rect: Fix compiler errors about uninitialized use of variables
error: 'r2.x' may be used uninitialized in this function Its happening when using gcc 5.3 with musl C library. its considering the case when case falls into default and immediately after exiting this there is a check if (r1.h > 0 && r1.w > 0) where r1 element is used but not assigned anything. GCC is not noticing the control flow where the initilization will always work due to assertion call can be a function call from libc Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'PuzzleApplet.java')
0 files changed, 0 insertions, 0 deletions