Douglas Mencken
df5919f2c5
Use `signed char' explicitly where needed. It is important because:
...
- It is implementation-dependent if plain `char' signed or not.
- C standard defines three *distinct* types: char, signed char,
and unsigned char.
- Assuming that char is always unsigned or signed can lead to
compile-time and run-time errors.
You can also use int8_t, but then it would be less obvious for developers
to never assume that char is always unsigned (or always signed).
Conflicts:
components/esm/loadcell.hpp
2013-02-15 20:28:14 +01:00
..
2012-09-23 23:12:10 +04:00
2012-10-17 18:03:02 +02:00
2012-09-17 11:37:50 +04:00
2012-09-23 22:11:08 +04:00
2012-10-01 00:51:54 +04:00
2012-09-23 23:12:10 +04:00
2012-09-17 11:37:50 +04:00
2012-11-17 00:21:51 +01:00
2013-01-06 13:31:01 +01:00
2013-01-25 18:22:01 +01:00
2013-01-06 01:37:58 +01:00
2013-01-06 01:37:58 +01:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-10-01 00:51:54 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-25 21:38:34 +02:00
2012-10-01 00:51:54 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2013-02-09 13:00:57 +01:00
2013-02-15 20:28:14 +01:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-10-01 00:51:54 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2013-02-15 20:28:14 +01:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-10-01 00:51:54 +04:00
2012-12-03 22:16:02 +01:00
2012-12-03 22:16:02 +01:00
2013-02-08 09:58:19 +01:00
2013-02-08 09:58:19 +01:00
2012-09-30 23:34:53 +04:00
2012-11-08 14:55:31 +01:00
2012-09-23 23:12:10 +04:00
2012-10-01 00:51:54 +04:00
2013-01-20 19:07:33 +01:00
2013-01-20 19:07:33 +01:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-10-01 00:51:54 +04:00
2012-11-14 05:32:23 +01:00
2012-10-18 14:37:05 +02:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-11-10 11:41:12 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-10-01 00:51:54 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-11-05 17:41:36 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-10-01 00:51:54 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-09-23 23:12:10 +04:00
2012-11-05 17:18:01 +04:00
2012-10-01 00:51:54 +04:00
2012-09-23 23:12:10 +04:00
2012-09-17 11:37:50 +04:00