mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
738 B

  1. The usual gcc-3.4 fixes.
  2. Rene Rebe <rene@rocklinux.org>
  3. --- cdparanoia-III-alpha9.8-orig/interface/utils.h 2000-04-20 00:41:04.000000000 +0200
  4. +++ cdparanoia-III-alpha9.8/interface/utils.h 2004-05-03 21:29:26.000000000 +0200
  5. @@ -112,6 +112,7 @@
  6. break;
  7. case CDDA_MESSAGE_FORGETIT:
  8. default:
  9. + ((void)0);
  10. }
  11. }
  12. }
  13. @@ -127,6 +128,7 @@
  14. break;
  15. case CDDA_MESSAGE_FORGETIT:
  16. default:
  17. + ((void)0);
  18. }
  19. }
  20. }
  21. @@ -169,6 +171,7 @@
  22. break;
  23. case CDDA_MESSAGE_FORGETIT:
  24. default:
  25. + ((void)0);
  26. }
  27. }
  28. if(malloced)free(buffer);
  29. @@ -205,6 +208,7 @@
  30. break;
  31. case CDDA_MESSAGE_FORGETIT:
  32. default:
  33. + ((void)0);
  34. }
  35. }
  36. if(malloced)free(buffer);