| | 94 | |
| | 95 | === GCC 4.2 incompatibility === |
| | 96 | {{{ |
| | 97 | ../../../WebCore/rendering/RenderTable.cpp: In member function 'int |
| | 98 | WebCore::RenderTable::calcBorderLeft() const': |
| | 99 | ../../../WebCore/rendering/RenderTable.cpp:722: error: no matching function for |
| | 100 | call to 'max(unsigned int&, const short unsigned int:12&)' |
| | 101 | ../../../WebCore/rendering/RenderTable.cpp:735: error: no matching function for |
| | 102 | call to 'max(unsigned int&, const short unsigned int:12&)' |
| | 103 | ../../../WebCore/rendering/RenderTable.cpp:749: error: no matching function for |
| | 104 | call to 'max(unsigned int&, const short unsigned int:12&)' |
| | 105 | ../../../WebCore/rendering/RenderTable.cpp:751: error: no matching function for |
| | 106 | call to 'max(unsigned int&, const short unsigned int:12&)' |
| | 107 | ../../../WebCore/rendering/RenderTable.cpp: In member function 'int |
| | 108 | WebCore::RenderTable::calcBorderRight() const': |
| | 109 | ../../../WebCore/rendering/RenderTable.cpp:781: error: no matching function for |
| | 110 | call to 'max(unsigned int&, const short unsigned int:12&)' |
| | 111 | ../../../WebCore/rendering/RenderTable.cpp:794: error: no matching function for |
| | 112 | call to 'max(unsigned int&, const short unsigned int:12&)' |
| | 113 | ../../../WebCore/rendering/RenderTable.cpp:808: error: no matching function for |
| | 114 | call to 'max(unsigned int&, const short unsigned int:12&)' |
| | 115 | ../../../WebCore/rendering/RenderTable.cpp:810: error: no matching function for |
| | 116 | call to 'max(unsigned int&, const short unsigned int:12&)' |
| | 117 | make[1]: *** [tmp/RenderTable.o] Error 1 |
| | 118 | }}} |
| | 119 | |
| | 120 | Apply the patch attached to bug report |
| | 121 | http://bugs.webkit.org/show_bug.cgi?id=13985 |