Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed compiler warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6623 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 18, 2007
1 parent d50760b commit 21b16d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsabout.cpp
Expand Up @@ -229,6 +229,7 @@ void QgsAbout::openUrl(QString url)
reinterpret_cast<const UInt8*>(url.utf8().data()), url.length(),
kCFStringEncodingUTF8, NULL);
OSStatus status = LSOpenCFURLRef(urlRef, NULL);
status = 0; // avoid compiler warnings
CFRelease(urlRef);
#else
QSettings settings;
Expand Down

0 comments on commit 21b16d6

Please sign in to comment.