Skip to content

Instantly share code, notes, and snippets.

@MarkDBlackwell
Created December 14, 2017 02:09
Show Gist options
  • Save MarkDBlackwell/4f9393e6a8796de4cefa999620f9e7cb to your computer and use it in GitHub Desktop.
Save MarkDBlackwell/4f9393e6a8796de4cefa999620f9e7cb to your computer and use it in GitHub Desktop.
powerpc-mega-make-stderr
In file included from gui/SettingsDialog.cpp:15:0:
gui/QMegaMessageBox.h:9:48: warning: unused parameter ‘parent’ [-Wunused-parameter]
explicit QMegaMessageBox(QWidget *parent = 0) {};
^
gui/SettingsDialog.cpp: In member function ‘int SettingsDialog::saveSettings()’:
gui/SettingsDialog.cpp:1575:59: warning: statement has no effect [-Wunused-value]
QT_TR_NOOP("Do you want to restart MEGAsync now?");
^
gui/RecentFile.cpp: In member function ‘void RecentFile::on_pArrow_clicked()’:
gui/RecentFile.cpp:209:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (info.fileHandle != mega::INVALID_HANDLE)
^
gui/StreamingFromMegaDialog.cpp:330:56: warning: unused parameter ‘api’ [-Wunused-parameter]
void StreamingFromMegaDialog::onRequestFinish(MegaApi *api, MegaRequest *request, MegaError *e)
^
In file included from gui/TransferManager.cpp:2:0:
gui/QMegaMessageBox.h:9:48: warning: unused parameter ‘parent’ [-Wunused-parameter]
explicit QMegaMessageBox(QWidget *parent = 0) {};
^
gui/TransferManager.cpp:588:54: warning: unused parameter ‘event’ [-Wunused-parameter]
void TransferManager::mouseReleaseEvent(QMouseEvent *event)
^
In file included from gui/MegaTransferView.cpp:5:0:
./gui/QMegaMessageBox.h:9:48: warning: unused parameter ‘parent’ [-Wunused-parameter]
explicit QMegaMessageBox(QWidget *parent = 0) {};
^
In file included from mega/src/commands.cpp:24:0:
mega/include/mega/megaapp.h:289:50: warning: unused parameter ‘email’ [-Wunused-parameter]
virtual void notify_confirmation(const char* email) { }
^
mega/src/commands.cpp: In member function ‘virtual void mega::CommandSetPendingContact::procresult()’:
mega/src/commands.cpp:1919:14: warning: variable ‘rts’ set but not used [-Wunused-but-set-variable]
m_time_t rts = 0;
^
mega/src/commands.cpp:1920:14: warning: variable ‘dts’ set but not used [-Wunused-but-set-variable]
m_time_t dts = 0;
^
mega/src/commands.cpp: At global scope:
mega/src/commands.cpp:2524:40: warning: unused parameter ‘client’ [-Wunused-parameter]
CommandGetUA::CommandGetUA(MegaClient* client, const char* uid, attr_t at, int ctag)
^
In file included from mega/src/fileattributefetch.cpp:24:0:
mega/include/mega/megaapp.h:289:50: warning: unused parameter ‘email’ [-Wunused-parameter]
virtual void notify_confirmation(const char* email) { }
^
mega/src/http.cpp: In member function ‘void mega::HttpIO::getMEGADNSservers(std::string*, bool)’:
mega/src/http.cpp:262:34: warning: missing initializer for member ‘addrinfo::ai_flags’ [-Wmissing-field-initializers]
struct addrinfo hints = {};
^
mega/src/http.cpp:262:34: warning: missing initializer for member ‘addrinfo::ai_family’ [-Wmissing-field-initializers]
mega/src/http.cpp:262:34: warning: missing initializer for member ‘addrinfo::ai_socktype’ [-Wmissing-field-initializers]
mega/src/http.cpp:262:34: warning: missing initializer for member ‘addrinfo::ai_protocol’ [-Wmissing-field-initializers]
mega/src/http.cpp:262:34: warning: missing initializer for member ‘addrinfo::ai_addrlen’ [-Wmissing-field-initializers]
mega/src/http.cpp:262:34: warning: missing initializer for member ‘addrinfo::ai_addr’ [-Wmissing-field-initializers]
mega/src/http.cpp:262:34: warning: missing initializer for member ‘addrinfo::ai_canonname’ [-Wmissing-field-initializers]
mega/src/http.cpp:262:34: warning: missing initializer for member ‘addrinfo::ai_next’ [-Wmissing-field-initializers]
In file included from mega/include/mega.h:66:0,
from mega/src/megaclient.cpp:22:
mega/include/mega/megaapp.h:289:50: warning: unused parameter ‘email’ [-Wunused-parameter]
virtual void notify_confirmation(const char* email) { }
^
mega/src/megaclient.cpp: In member function ‘void mega::MegaClient::sc_ipc()’:
mega/src/megaclient.cpp:4652:9: warning: variable ‘ps’ set but not used [-Wunused-but-set-variable]
int ps = 0;
^
mega/src/megaclient.cpp: In member function ‘void mega::MegaClient::readipc(mega::JSON*)’:
mega/src/megaclient.cpp:6452:17: warning: variable ‘ps’ set but not used [-Wunused-but-set-variable]
int ps = 0;
^
mega/src/megaclient.cpp: In member function ‘void mega::MegaClient::readopc(mega::JSON*)’:
mega/src/megaclient.cpp:6534:22: warning: variable ‘rts’ set but not used [-Wunused-but-set-variable]
m_time_t rts = 0;
^
In file included from mega/src/node.cpp:24:0:
mega/include/mega/megaapp.h:289:50: warning: unused parameter ‘email’ [-Wunused-parameter]
virtual void notify_confirmation(const char* email) { }
^
mega/src/node.cpp: In member function ‘void mega::LocalNode::setnameparent(mega::LocalNode*, std::string*)’:
mega/src/node.cpp:1075:70: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
bool immediatecreation = sync->client->synccreate.size() == nc;
^
In file included from mega/include/mega.h:66:0,
from mega/src/sync.cpp:22:
mega/include/mega/megaapp.h:289:50: warning: unused parameter ‘email’ [-Wunused-parameter]
virtual void notify_confirmation(const char* email) { }
^
In file included from mega/src/transfer.cpp:25:0:
mega/include/mega/megaapp.h:289:50: warning: unused parameter ‘email’ [-Wunused-parameter]
virtual void notify_confirmation(const char* email) { }
^
mega/src/transfer.cpp: In static member function ‘static mega::Transfer* mega::Transfer::unserialize(mega::MegaClient*, std::string*, mega::transfer_map*)’:
mega/src/transfer.cpp:282:20: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (hasUltoken < 0 || hasUltoken > 2
^
mega/src/transfer.cpp: At global scope:
mega/src/transfer.cpp:1690:88: warning: unused parameter ‘srcit’ [-Wunused-parameter]
void TransferList::prepareIncreasePriority(Transfer *transfer, transfer_list::iterator srcit, transfer_list::iterator dstit)
^
In file included from mega/src/transferslot.cpp:28:0:
mega/include/mega/megaapp.h:289:50: warning: unused parameter ‘email’ [-Wunused-parameter]
virtual void notify_confirmation(const char* email) { }
^
mega/src/transferslot.cpp: In member function ‘void mega::TransferSlot::doio(mega::MegaClient*)’:
mega/src/transferslot.cpp:422:68: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
((int64_t*)transfer->filekey)[2] = transfer->ctriv;
^
mega/src/transferslot.cpp:423:68: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
((int64_t*)transfer->filekey)[3] = macsmac(&transfer->chunkmacs);
^
In file included from mega/include/mega.h:66:0,
from mega/src/crypto/cryptopp.cpp:22:
mega/include/mega/megaapp.h:289:50: warning: unused parameter ‘email’ [-Wunused-parameter]
virtual void notify_confirmation(const char* email) { }
^
In file included from mega/include/mega.h:66:0,
from mega/include/megaapi_impl.h:25,
from mega/src/megaapi_impl.cpp:29:
mega/include/mega/megaapp.h:289:50: warning: unused parameter ‘email’ [-Wunused-parameter]
virtual void notify_confirmation(const char* email) { }
^
mega/src/megaapi_impl.cpp:892:37: warning: unused parameter ‘sync’ [-Wunused-parameter]
bool MegaApiImpl::is_syncable(Sync *sync, const char *name, string *localpath)
^
mega/src/megaapi_impl.cpp:9256:67: warning: unused parameter ‘details’ [-Wunused-parameter]
void MegaApiImpl::getmegaachievements_result(AchievementsDetails *details, error e)
^
mega/src/megaapi_impl.cpp:9447:58: warning: unused parameter ‘count’ [-Wunused-parameter]
void MegaApiImpl::chats_updated(textchat_map *chats, int count)
^
mega/src/megaapi_impl.cpp: In member function ‘mega::MegaNode* mega::MegaApiImpl::getNodeByPath(const char*, mega::MegaNode*)’:
mega/src/megaapi_impl.cpp:13109:14: warning: comparison is always true due to limited range of data type [-Wtype-limits]
if (*path >= 0)
^
mega/src/megaapi_impl.cpp: At global scope:
mega/src/megaapi_impl.cpp:17334:43: warning: unused parameter ‘itemToMatch’ [-Wunused-parameter]
bool MegaRegExpPrivate::match(const char *itemToMatch)
^
mega/src/megaapi_impl.cpp: In function ‘bool WildcardMatch(const char*, const char*)’:
mega/src/megaapi_impl.cpp:851:17: warning: ‘mp’ may be used uninitialized in this function [-Wmaybe-uninitialized]
const char *mp;
^
mega/src/megaapi_impl.cpp:850:17: warning: ‘cp’ may be used uninitialized in this function [-Wmaybe-uninitialized]
const char *cp;
^
In file included from mega/include/mega.h:66:0,
from mega/src/posix/net.cpp:22:
mega/include/mega/megaapp.h:289:50: warning: unused parameter ‘email’ [-Wunused-parameter]
virtual void notify_confirmation(const char* email) { }
^
In file included from mega/include/mega.h:66:0,
from mega/src/posix/fs.cpp:26:
mega/include/mega/megaapp.h:289:50: warning: unused parameter ‘email’ [-Wunused-parameter]
virtual void notify_confirmation(const char* email) { }
^
mega/src/posix/fs.cpp: In member function ‘virtual bool mega::PosixFileAccess::sysread(byte*, unsigned int, m_off_t)’:
mega/src/posix/fs.cpp:351:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
return pread(fd, (char*)dst, len, pos) == len;
^
mega/src/posix/fs.cpp: In member function ‘virtual bool mega::PosixFileAccess::fwrite(const byte*, unsigned int, m_off_t)’:
mega/src/posix/fs.cpp:362:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
return pwrite(fd, data, len, pos) == len;
^
mega/src/posix/fs.cpp: At global scope:
mega/src/posix/fs.cpp:504:50: warning: unused parameter ‘fseventsfd’ [-Wunused-parameter]
PosixFileSystemAccess::PosixFileSystemAccess(int fseventsfd)
^
mega/src/posix/fs.cpp:618:54: warning: unused parameter ‘flags’ [-Wunused-parameter]
void PosixFileSystemAccess::addevents(Waiter* w, int flags)
^
mega/src/posix/fs.cpp:1063:50: warning: unused parameter ‘name’ [-Wunused-parameter]
bool PosixFileSystemAccess::rubbishlocal(string* name)
^
mega/src/posix/fs.cpp: In member function ‘virtual bool mega::PosixFileSystemAccess::getextension(std::string*, char*, int) const’:
mega/src/posix/fs.cpp:1310:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (size > filename->size())
^
mega/src/posix/fs.cpp: In member function ‘virtual fsfp_t mega::PosixDirNotify::fsfingerprint()’:
mega/src/posix/fs.cpp:1734:33: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
return *(fsfp_t*)&statfsbuf.f_fsid + 1;
^
control/Preferences.cpp:2686:64: warning: trigraph ??- ignored, use -trigraphs to enable [-Wtrigraphs]
excludedSyncNames.append(QString::fromUtf8("*.sb-????????-??????"));
^
In file included from google_breakpad/client/linux/minidump_writer/minidump_writer.h:40:0,
from google_breakpad/client/linux/handler/exception_handler.h:44,
from control/CrashHandler.cpp:15:
google_breakpad/client/linux/minidump_writer/linux_dumper.h:63:18: error: ‘elf_aux_entry’ was not declared in this scope
typedef typeof(((elf_aux_entry*) 0)->a_un.a_val) elf_aux_val_t;
^
google_breakpad/client/linux/minidump_writer/linux_dumper.h:63:32: error: expected primary-expression before ‘)’ token
typedef typeof(((elf_aux_entry*) 0)->a_un.a_val) elf_aux_val_t;
^
google_breakpad/client/linux/minidump_writer/linux_dumper.h:63:34: error: expected ‘)’ before numeric constant
typedef typeof(((elf_aux_entry*) 0)->a_un.a_val) elf_aux_val_t;
^
google_breakpad/client/linux/minidump_writer/linux_dumper.h:63:63: error: expected ‘)’ before ‘;’ token
typedef typeof(((elf_aux_entry*) 0)->a_un.a_val) elf_aux_val_t;
^
google_breakpad/client/linux/minidump_writer/linux_dumper.h:63:63: warning: ‘typedef’ was ignored in this declaration
google_breakpad/client/linux/minidump_writer/linux_dumper.h:133:25: error: ‘elf_aux_val_t’ was not declared in this scope
const wasteful_vector<elf_aux_val_t>& auxv() { return auxv_; }
^
google_breakpad/client/linux/minidump_writer/linux_dumper.h:133:38: error: template argument 1 is invalid
const wasteful_vector<elf_aux_val_t>& auxv() { return auxv_; }
^
google_breakpad/client/linux/minidump_writer/linux_dumper.h:211:19: error: ‘elf_aux_val_t’ was not declared in this scope
wasteful_vector<elf_aux_val_t> auxv_;
^
google_breakpad/client/linux/minidump_writer/linux_dumper.h:211:32: error: template argument 1 is invalid
wasteful_vector<elf_aux_val_t> auxv_;
^
make[1]: *** [CrashHandler.o] Error 1
make: *** [sub-MEGASync-make_default] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment