nimrodz
|
5f77c6380d
|
Added "const" to one argv parameter that was missed when adding strict error checks.
|
2015-01-20 16:14:41 +02:00 |
|
nimrodz
|
b389c71e71
|
Added stricter error checks by the compiler, and adapted all impacted code.
Primarily -
* Added "static" to static functions.
* Added proper signature with "void" to functions without arguments.
* Marked unused arguments with "(void)".
* Removed entirely unused static functions.
* Added "const" to preserve const-correctness.
* Added function prototypes for external functions.
|
2015-01-18 00:39:05 +02:00 |
|
Mark VanderVoord
|
bcb4b74de9
|
- updated example makefiles to handle cygwin better
|
2014-11-03 19:39:37 -05:00 |
|
Warwick Stone
|
d27699d97a
|
Updated examples
* Updated example 2 readme
* Broke up huge line in example 2 makefile
|
2013-07-17 23:27:25 +10:00 |
|
Warwick Stone
|
efc1df828f
|
Added example
* Added example that uses unity test fixture
|
2013-07-17 23:23:09 +10:00 |
|