1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00
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-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-10-01 00:51:54 +04:00
2012-09-25 21:38:34 +02:00
2012-10-01 00:51:54 +04:00
2012-10-01 00:51:54 +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-10-01 00:51:54 +04:00
2013-01-20 19:07:33 +01:00
2013-01-20 19:07:33 +01:00
2012-10-01 00:51:54 +04:00
2012-11-14 05:32:23 +01:00
2012-10-01 00:51:54 +04:00
2012-10-01 00:51:54 +04:00
2012-10-01 00:51:54 +04:00