diff options
author | Iain <qt-info@nokia.com> | 2009-11-05 12:32:39 (GMT) |
---|---|---|
committer | Janne Koskinen <janne.p.koskinen@digia.com> | 2010-02-01 09:09:17 (GMT) |
commit | ca3ce9263eaef963d934d221bd1dec37e7bf0871 (patch) | |
tree | 6400d5e704d6a588d3a4dcc74bacc302b8a9dd34 /mkspecs | |
parent | f512c8a279518e992ae59c13c17453ac2769359e (diff) | |
download | Qt-ca3ce9263eaef963d934d221bd1dec37e7bf0871.zip Qt-ca3ce9263eaef963d934d221bd1dec37e7bf0871.tar.gz Qt-ca3ce9263eaef963d934d221bd1dec37e7bf0871.tar.bz2 |
Catch by reference rather than by value
Catching by value causes GCC to use the compiler support function
__cxa_get_exception_ptr. This is not available in the compiler support
libraries on Symbian OS prior to Symbian^3. Catching by reference
avoids this problem.
Reviewed-by: mread
Diffstat (limited to 'mkspecs')
0 files changed, 0 insertions, 0 deletions