ericw-tools/common
Ozkan Sezer 828a34a959 common: fix undefined array reference behavior in SwapBSPFile
Thanks to a -Waggressive-loop-optimizations warning from gcc-4.8:

common/bspfile.c: In function 'SwapBSPFile':
common/bspfile.c:121:41: warning: iteration 4u invokes undefined behavior [-Waggressive-loop-optimizations]
      texinfo[i].vecs[0][j] = LittleFloat(texinfo[i].vecs[0][j]);
                                         ^
common/bspfile.c:120:2: note: containing loop
  for (j = 0; j < 8; j++)
  ^

Signed-off-by: Ozkan Sezer <sezero@users.sourceforge.net>
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-04-14 09:12:31 +09:30
..
bspfile.c common: fix undefined array reference behavior in SwapBSPFile 2013-04-14 09:12:31 +09:30
cmdlib.c common: fix parsing quoted strings when EOF is reached mid-string 2013-04-14 09:05:58 +09:30
lbmlib.c Import initial sources 2006-08-28 23:58:10 +09:30
log.c common: constify init_log filename argument 2013-02-11 20:10:17 +10:30
mathlib.c common: add VecStrf debugging helper and increase buffers to 8 2013-03-13 12:57:56 +10:30
polylib.c Use offsetof() consistently 2012-01-06 21:32:53 +10:30
scriplib.c Import initial sources 2006-08-28 23:58:10 +09:30
threads.c build: add ability to compile for WIN64 using MinGW64 2013-03-15 21:49:16 +10:30
trilib.c Import initial sources 2006-08-28 23:58:10 +09:30
wadlib.c Import initial sources 2006-08-28 23:58:10 +09:30