Commit Graph

120103 Commits

Author SHA1 Message Date
christos
e7993db787 remove unused variables 2013-10-18 19:58:11 +00:00
christos
9ec4136d0a remove unused variable warnings 2013-10-18 19:57:28 +00:00
christos
91b2f42c8c fix unused variable warnings 2013-10-18 19:56:55 +00:00
christos
0fbaa47180 remove unused variables 2013-10-18 19:56:30 +00:00
christos
74e86c11e9 remove unused variable 2013-10-18 19:56:11 +00:00
christos
230e69d821 move code inside ifdef 2013-10-18 19:55:37 +00:00
christos
12ef409576 move compat var in compat code. 2013-10-18 19:54:56 +00:00
christos
9d99f9bf57 remove unused variable 2013-10-18 19:48:36 +00:00
christos
b626e2d9e6 fix unused variable warnings 2013-10-18 19:45:40 +00:00
martin
f05fd841f8 Remove set but unused variables. 2013-10-18 18:38:49 +00:00
christos
777068d6ad use __USE() for empty macro 2013-10-18 17:48:44 +00:00
jdc
2d66d2af12 Remove extraneous printf(). 2013-10-18 15:16:08 +00:00
christos
7f0942b36f use __USE() in the right place, instead of (void)var. 2013-10-18 15:15:22 +00:00
apb
61a24e509e Wrap several unused static inline functions with #if 0.
I didn't delete them because I suspect that they might be needed later.
2013-10-18 08:39:22 +00:00
skrll
f4f9bf4df7 Wrap some long lines. 2013-10-18 08:35:24 +00:00
apb
f07170b2ba Don't refer to uninitialised variable 'v'
in case C(UR_GET_DESCRIPTOR, UT_READ_CLASS_DEVICE)
in xhci_root_ctrl_start().
This code was apparently pasted from the ehci driver.

OK nick.
2013-10-18 08:25:49 +00:00
apb
5fbd295117 Delete unused function
static inline void egprintstat(u_char);
2013-10-18 08:09:37 +00:00
mbalmer
57b6509ecb revert previous 2013-10-18 08:06:06 +00:00
mbalmer
b2f05d7f17 add a device-major for lua(4) 2013-10-18 08:03:48 +00:00
mbalmer
762ff41435 fix CVS marker and copyright year 2013-10-18 07:49:06 +00:00
mbalmer
15d6254306 check lua_tostring()'s return value 2013-10-18 07:46:55 +00:00
mrg
16b81f3bcd convert a DIAGNOSTIC / panic into a KASSERTMSG(). 2013-10-18 02:20:15 +00:00
riz
65fba94655 C requires a statement after a label, and a declaration is not a
statement, so create a block using {}.  From christos.
2013-10-18 00:03:35 +00:00
christos
8855c55412 add missing _ 2013-10-17 23:05:08 +00:00
christos
f0676b1145 we need to return something here. 2013-10-17 23:04:20 +00:00
christos
b787afbfb6 - remove unused variables
- move variables inside ifdef sections
- ifdef notdef unused code
- use __USE for debugging variables
2013-10-17 21:24:24 +00:00
christos
1f73a688da remove unused variable 2013-10-17 21:23:05 +00:00
christos
f14031c90e move notyet variable into notyet section 2013-10-17 21:22:28 +00:00
christos
abf8e02e90 add __USE for debugging variables 2013-10-17 21:22:01 +00:00
christos
3abacce2d8 - remove unused variables
- moved debugging variable into debugging ifdef
2013-10-17 21:20:10 +00:00
christos
e794833e32 remove unused variables 2013-10-17 21:19:40 +00:00
christos
6888745cca remove unused variable 2013-10-17 21:18:43 +00:00
christos
cafe8b9a3c remove unused variables and __USE a debugging variable 2013-10-17 21:16:12 +00:00
christos
767345987a remove unused variables 2013-10-17 21:15:18 +00:00
christos
b94bb9347c define a new macro that does not declare variables used in output. 2013-10-17 21:15:00 +00:00
christos
86aec73c13 annotate some unused variables the authors want to keep 2013-10-17 21:14:05 +00:00
christos
e61d329a40 __USE a debugging variable 2013-10-17 21:12:56 +00:00
christos
6a8eb50e91 remove set but unused variables 2013-10-17 21:12:24 +00:00
christos
89198fe5bf use the parameter for instruction macros 2013-10-17 21:11:15 +00:00
christos
c829de6452 remove unused variable 2013-10-17 21:08:16 +00:00
christos
415c6c7ed0 - remove unused variables
- move ifdef variables inside ifdef sections
2013-10-17 21:07:37 +00:00
christos
c26593e016 remove unused variable 2013-10-17 21:06:47 +00:00
christos
d64c5a360b - remove unused variables
- move debugging code inside debugging sections
2013-10-17 21:06:15 +00:00
christos
dc3a4b222f __USE a debugging var 2013-10-17 21:05:41 +00:00
christos
9fda064713 remove usused code 2013-10-17 21:04:44 +00:00
christos
ba0dd1c1e6 remove unused code 2013-10-17 21:03:50 +00:00
christos
6069744732 - remove unused variables
- add _NOERROR flavor macros for the case where errors are ignored.
2013-10-17 21:03:27 +00:00
christos
cae86aa949 - remove unused variables
- add debug ifdefs for debugging variables
- __USE() where appropriate.
2013-10-17 21:01:08 +00:00
christos
148f2a4a9b __USE() unused variables 2013-10-17 20:59:16 +00:00
christos
b56b5d923d __USE a debugging variable 2013-10-17 20:58:55 +00:00