Check that virtual function non-narrow access modifier in derived class (#2229) 5年前 AUTHORS AUTHORS: Add 'uhziel' 4年前 CMakeLists.txt Add find_package(tinyxml2) to CMake builds (#2691) 4年前 COPYING Licensing: Using the GPL 3 license ...
std::string Library::getFunctionName(const Token *ftok, bool *error) const { if (!ftok) { *error = true; return ""; } if (ftok->isName()) { for (const Scope *scope = ftok->scope(); scope; scope = scope->nestedIn) {
@@ -177,22 +177,27 @@ class HAMLIB_CPP_IMPEXP Rig void reset(reset_t reset); // callbacks available in your derived object // cppcheck-suppress unusedFunction virtual int FreqEvent(vfo_t, freq_t, rig_ptr_t) const { return RIG_OK; } // cppcheck-suppress unusedFunction virtual int...