• Max Kellermann's avatar
    neighbor/udisks: add `this->` to work around GCC 6 bug · 931b571e
    Max Kellermann authored
    Since `this` was captured, it does not need to be specified, but GCC 6
    can't do it.  Since we want to support the standard compiler from
    Debian Stretch (stable), we need to work around this problem:
    
     src/neighbor/plugins/UdisksNeighborPlugin.cxx:239:12: error: cannot call member function 'void UdisksNeighborExplorer::Insert(UDisks2::Object&&)' without object
           Insert(std::move(o));
           ~~~~~~^~~~~~~~~~~~~~
    
    This fixes #300 which I previously thought was a different bug.
    931b571e
Name
Last commit
Last update
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
python/build Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...