This website requires JavaScript.
Explore
Help
Sign In
3rd-party
/
Unity
Watch
1
Star
0
Fork
0
You've already forked Unity
mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced
2026-01-23 08:25:58 +01:00
Code
Issues
Releases
Wiki
Activity
Files
98e8590fce46ecc8aaab3c7b5efe52c345e0aee4
Unity
/
src
History
Alexander Mueller
e3c86b659c
Fixes compiler warning about comparison of signed/unsigned
2015-08-03 10:48:17 +02:00
..
unity_internals.h
INTPTR_MAX is defined as nothing on some targets (looking at you HP-UX) and therefore these lines would crash. Adding 0 to the check makes these lines always run.
2015-07-21 08:38:48 -04:00
unity.c
Fixes compiler warning about comparison of signed/unsigned
2015-08-03 10:48:17 +02:00
unity.h
Added back TEST_ASSERT_EQUAL_STRING_MESSAGE() which was (accidentally?) removed some time ago.
2015-07-15 13:27:15 +03:00