- Added compiler version checking to "module binary incompatability"-check. This should fix

some more odd problems from people (eg: people switching from GCC 3.x to 4.x and wondering
  why they are crashing or getting other errors).
** actually, this was already comitted, but forgot to commit Changes :p **
This commit is contained in:
Bram Matthys 2006-04-29 14:36:58 +00:00
parent 46a65d553d
commit 40f1ad1cfe

View file

@ -1142,3 +1142,6 @@
Fix provided by Xuefer. This also gets rid of some annoying and useless compile warnings
as well. Also thanks to Zell for his help.
- Fixed null pointer config parser crash, reported by alkalinex (#0002894).
- Added compiler version checking to "module binary incompatability"-check. This should fix
some more odd problems from people (eg: people switching from GCC 3.x to 4.x and wondering
why they are crashing or getting other errors).