Skip to content
Snippets Groups Projects
  1. Nov 25, 2006
  2. Nov 24, 2006
  3. Nov 09, 2006
  4. Nov 07, 2006
  5. Nov 06, 2006
  6. Nov 03, 2006
  7. Nov 02, 2006
  8. Oct 29, 2006
  9. Oct 27, 2006
    • Yang Tse's avatar
      Compiler warning fix. · a93695a7
      Yang Tse authored
      Assigning the const value zero to a pointer to function
      results in a null pointer value assignment to the function
      pointer.
      
      Assignment of any nonzero value is what should result in a
      implementation compiler dependent result.
      
      Since what we want to do here is the first case, this should
      not trigger compiler warnings related with conversions from
      'pointer to data' to 'pointer to function'.
      
      Our autobuild test suite will judge.
      a93695a7
    • Yang Tse's avatar
      Do an explicit typecast of data pointers to function pointers · 8a8d5c78
      Yang Tse authored
      to avoid picky compiler warnings, since this is what we want!
      8a8d5c78
  10. Oct 26, 2006
  11. Oct 24, 2006
  12. Oct 23, 2006
  13. Oct 20, 2006
  14. Oct 19, 2006
  15. Oct 18, 2006
  16. Oct 17, 2006
  17. Oct 15, 2006
  18. Oct 11, 2006
  19. Oct 09, 2006
  20. Sep 30, 2006
  21. Sep 28, 2006
  22. Sep 25, 2006
  23. Sep 23, 2006
  24. Sep 20, 2006
  25. Sep 16, 2006
  26. Sep 15, 2006
  27. Sep 13, 2006
  28. Sep 12, 2006
  29. Sep 11, 2006
  30. Sep 10, 2006
Loading