Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 830758
Collapse All | Expand All

(-)a/src/content/autoscan.cc (-1 / +1 lines)
Lines 127-133 Link Here
127
    case ScanMode::INotify:
127
    case ScanMode::INotify:
128
        return "inotify";
128
        return "inotify";
129
    }
129
    }
130
    throw_std_runtime_error("Illegal scanmode ({}) given to mapScanmode()", scanmode);
130
    throw_std_runtime_error("Illegal scanmode () given to mapScanmode()");
131
}
131
}
132
132
133
ScanMode AutoscanDirectory::remapScanmode(const std::string& scanmode)
133
ScanMode AutoscanDirectory::remapScanmode(const std::string& scanmode)

Return to bug 830758