You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/components
elsid 72bda2bd10
Avoid redundant initialization
components/nifbullet/bulletnifloader.cpp:79:24: warning: Value stored to 'a' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
        unsigned short a = strip[0], b = strip[0], c = strip[1];
                       ^   ~~~~~~~~
3 years ago
..
bsa Remove redundant ostream, istream, iostream and sstream includes 3 years ago
bullethelpers Move std::ostream& operator<< to .cpp 3 years ago
compiler Remove redundant ostream, istream, iostream and sstream includes 3 years ago
config Don't load content entries from global and local configs 3 years ago
contentselector Clean up Qt includes 3 years ago
crashcatcher Remove redundant ostream, istream, iostream and sstream includes 3 years ago
debug Allow to disable crash catcher on Windows 3 years ago
detournavigator Avoid possible division by zero 3 years ago
esm Remove redundant ostream, istream, iostream and sstream includes 3 years ago
esm3 Merge branch 'coverity' into 'master' 3 years ago
esm3terrain rename esmterrain to esm3terrain 3 years ago
esm4 Init missing data members 3 years ago
esmloader Show groundcover loading progress 3 years ago
fallback Reduce number of includes for boost/program_options 3 years ago
files Remove redundant ostream, istream, iostream and sstream includes 3 years ago
fontloader Clean up MyGUI includes 3 years ago
fx Init missing variables 3 years ago
interpreter Address feedback 3 years ago
l10n Avoid constructing icu::StringPiece from std::string directly 3 years ago
loadinglistener Make sync terrain preloading sleep free 3 years ago
lua Avoid constructing icu::StringPiece from std::string directly 3 years ago
lua_ui Fix initializer 3 years ago
misc Don't cast away const when we can avoid it 3 years ago
myguiplatform Don't cast away const when we can avoid it 3 years ago
navmeshtool Exchange binary messages between navmeshtool and launcher 3 years ago
nif fix typo with wrong flags in particle nifloader 3 years ago
nifbullet Avoid redundant initialization 3 years ago
nifosg Don't cast away const when we can avoid it 3 years ago
platform Create platform component for platform specific things 3 years ago
process Clean up Qt includes 3 years ago
resource only enable soft particles when enabled in settings 3 years ago
sceneutil only enable soft particles when enabled in settings 3 years ago
sdlutil rename to windowed fullscreen 3 years ago
serialization moddable post-processing pipeline 3 years ago
settings Use std::string_view to access settings 3 years ago
shader Merge branch 'rm_stream_include' into 'master' 3 years ago
sqlite3 Limit max navmeshdb file size 3 years ago
std140 moddable post-processing pipeline 3 years ago
stereo Merge branch 'rm_stream_include' into 'master' 3 years ago
terrain Remove redundant ostream, istream, iostream and sstream includes 3 years ago
to_utf8 Move to_utf8 from `const std::string&` to `std::string_view` 3 years ago
translation Remove some more of boost:: 3 years ago
version Remove boost::filesystem from a couple of files 3 years ago
vfs Remove redundant ostream, istream, iostream and sstream includes 3 years ago
widgets Use float based scale factor for ImageButton texture 3 years ago
CMakeLists.txt Use target_precompile_headers for the most expensive headers 3 years ago
doc.hpp
windows.hpp Fix build on Windows 3 years ago