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