Resolve Deprecation Warnings
This commit is contained in:
parent
740193a378
commit
8cede3f065
2 changed files with 2 additions and 2 deletions
2
3rdparty/iaxclient/lib/unixfuncs.c
vendored
2
3rdparty/iaxclient/lib/unixfuncs.c
vendored
|
@ -12,7 +12,7 @@
|
|||
* the GNU Lesser (Library) General Public License.
|
||||
*/
|
||||
|
||||
#define _BSD_SOURCE
|
||||
#define _DEFAULT_SOURCE
|
||||
#include <unistd.h>
|
||||
#ifndef __USE_POSIX199309
|
||||
#define __USE_POSIX199309
|
||||
|
|
|
@ -144,7 +144,7 @@ void PackageDelegate::catalogRefreshed(CatalogRef aCatalog, StatusCode aReason)
|
|||
// silent about this
|
||||
} else {
|
||||
qWarning() << "failed refresh of"
|
||||
<< QString::fromStdString(aCatalog->url()) << ":" << aReason << endl;
|
||||
<< QString::fromStdString(aCatalog->url()) << ":" << aReason << Qt::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue