Skip to content

Commit b85ecd8

Browse files
author
timlinux
committed
Fixed compiler warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@6623 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9bf72e7 commit b85ecd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgsabout.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ void QgsAbout::openUrl(QString url)
229229
reinterpret_cast<const UInt8*>(url.utf8().data()), url.length(),
230230
kCFStringEncodingUTF8, NULL);
231231
OSStatus status = LSOpenCFURLRef(urlRef, NULL);
232+
status = 0; // avoid compiler warnings
232233
CFRelease(urlRef);
233234
#else
234235
QSettings settings;

0 commit comments

Comments
 (0)