feat: Supports hybrid search #198
Merged
Annotations
10 warnings
|
Run linuxdeepin/action-cppcheck@main:
src/searcher/main.cpp#L14
Include file: <glib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
Run linuxdeepin/action-cppcheck@main:
src/searcher/main.cpp#L13
Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
Run linuxdeepin/action-cppcheck@main:
src/searcher/main.cpp#L12
Include file: <filesystem> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
Run linuxdeepin/action-cppcheck@main:
src/searcher/main.cpp#L11
Include file: <sstream> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
Run linuxdeepin/action-cppcheck@main:
src/searcher/main.cpp#L10
Include file: <fstream> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
Run linuxdeepin/action-cppcheck@main:
src/searcher/main.cpp#L9
Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
Run linuxdeepin/action-cppcheck@main:
src/searcher/main.cpp#L8
Include file: <string> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
Run linuxdeepin/action-cppcheck@main:
src/searcher/main.cpp#L7
Include file: <iostream> not found. Please note: Cppcheck does not need standard library headers to get proper results.
|
|
Run linuxdeepin/action-cppcheck@main:
src/daemon/src/core/config.cpp#L386
C-style pointer casting detected. C++ offers four different kinds of casts as replacements: static_cast, const_cast, dynamic_cast and reinterpret_cast. A C-style cast could evaluate to any of those automatically, thus it is considered safer if the programmer explicitly states which kind of cast is expected.
|
|
Run linuxdeepin/action-cppcheck@main:
src/daemon/src/core/config.cpp#L380
C-style pointer casting detected. C++ offers four different kinds of casts as replacements: static_cast, const_cast, dynamic_cast and reinterpret_cast. A C-style cast could evaluate to any of those automatically, thus it is considered safer if the programmer explicitly states which kind of cast is expected.
|
Loading