1. 18 1月, 2015 1 次提交
    • N
      Added stricter error checks by the compiler, and adapted all impacted code. · b389c71e
      nimrodz 提交于
      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.
      b389c71e
  2. 17 12月, 2014 1 次提交
  3. 03 12月, 2014 2 次提交
  4. 16 8月, 2014 1 次提交
  5. 22 4月, 2014 1 次提交
  6. 13 3月, 2014 1 次提交
    • T
      fix parameter type for runAllTests to match header · bb729bdc
      toybuilder 提交于
      At least in Microchip XC8 compiler, void (*runAllTests)(void) is treated as a different type from void (*runAllTests)().
      
      Fix the definition of UnityMain to match the declaration by making the runAllTests's (void) parameter list explicit.
      bb729bdc
  7. 23 9月, 2013 1 次提交
  8. 05 9月, 2013 1 次提交
  9. 05 3月, 2013 1 次提交
  10. 17 1月, 2013 1 次提交
  11. 12 1月, 2013 1 次提交
  12. 09 1月, 2013 1 次提交
  13. 22 12月, 2012 4 次提交
  14. 26 11月, 2012 1 次提交
  15. 03 1月, 2012 1 次提交
  16. 09 3月, 2011 1 次提交
  17. 05 1月, 2011 1 次提交
  18. 01 12月, 2010 1 次提交
  19. 30 11月, 2010 1 次提交