You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from src/eggwm/EggWM.cpp:17:0:
src/eggwm/EggWM.h:31:54: warning: unused parameter ‘eventType’ [-Wunused-parameter]
virtual bool nativeEventFilter(const QByteArray &eventType, void *message, long *) Q_DECL_OVERRIDE
src/eggwm/standards/ICCCM.cpp: In member function ‘void ICCCM::sendProtocol(const char*) const’:
src/eggwm/standards/ICCCM.cpp:91:72: warning: passing NULL to non-pointer argument 4 of ‘int XSendEvent(Display*, Window, int, long int, XEvent*)’ [-Wconversion-null]
XSendEvent(QX11Info::display(), this->clientID, false, NULL, &event);
src/eggwm/atoms/AtomList.cpp: In member function ‘Atom AtomList::getAtom(const char*)’:
src/eggwm/atoms/AtomList.cpp:148:48: warning: passing NULL to non-pointer argument 2 of ‘const T QHash<Key, T>::value(const Key&, const T&) const [with Key = const char*; T = long unsigned int]’ [-Wconversion-null]
return this->atomHash->value(atomName, NULL);
The text was updated successfully, but these errors were encountered:
the compilation seems have some warnings:
The text was updated successfully, but these errors were encountered: