Commit Graph

11 Commits

Author SHA1 Message Date
Giacomo Tesio 19a5046403 all: fix warnings
cpu.c:587:4: warning: ‘n’ may be used uninitialized in this function
cpu.c:659:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
cpu.c:659:3: warning: dereferencing type-punned pointer will break strict-aliasing rules
kern/devaudio.c:238:25: warning: variable ‘in’ set but not used
kern/devaudio.c:240:8: warning: variable ‘a’ set but not used
kern/sysproc.c:14:11: warning: cast to pointer from integer of different size
libc/nsec.c:56:12: warning: implicit declaration of function ‘libstrtoll’
libc/runestrchr.c:16:2: warning: suggest parentheses around assignment used as truth value
libmemdraw/draw.c:2209:4: warning: dereferencing type-punned pointer will break strict-aliasing rules
libmemdraw/draw.c:2224:4: warning: dereferencing type-punned pointer will break strict-aliasing rules
libmemdraw/draw.c:2455:4: warning: dereferencing type-punned pointer will break strict-aliasing rules
libmemdraw/draw.c:2481:4: warning: dereferencing type-punned pointer will break strict-aliasing rules
2016-01-09 15:52:31 +01:00
Erik Quanstrom a568eea78d devdraw: add new draw operators 2010-12-28 20:53:46 -05:00
Russ Cox 1125f094ce #%*&*@#(@ sun 2006-05-21 17:02:05 +00:00
Russ Cox 5797fdc0c0 amd64 fixes 2006-05-21 16:32:29 +00:00
Russ Cox f18ed453eb fixes 2006-01-17 12:48:16 +00:00
Russ Cox 21b830b1ac cleanups spotted by irix cc 2005-12-29 23:15:58 +00:00
Russ Cox ee5fc884bd fixes 2005-11-08 01:35:49 +00:00
Russ Cox 1c8b499228 silence all gcc warnings 2005-11-07 17:13:41 +00:00
Russ Cox e10503f019 Mac fixes 2005-11-04 15:47:45 +00:00
Russ Cox 5d6ebf7a53 Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
Russ Cox 934846f35c a 2005-08-08 12:50:13 +00:00