]> git.lyx.org Git - features.git/commit
Various fixes suggested by cppcheck
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 13 Sep 2019 20:36:53 +0000 (22:36 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:45 +0000 (15:48 +0200)
commit351bc30def986d1c408e0ee2a97028b2f50b8dae
tree05b897c67bac6931e623bc291711b341f0ddef94
parent75746923471b5949e03b7ced4cfccaf92af8d7b4
Various fixes suggested by cppcheck

Rename local variables the hide other ones: get_binary_path, find_python_binary

Use unsigned int for conversion from hex using sscanf().

FileName::checksum(), parsecmd (SystemCall): use explcit values rather
than variable which value is known.
src/support/FileName.cpp
src/support/Package.cpp
src/support/Systemcall.cpp
src/support/lstrings.cpp
src/support/lstrings.h
src/support/os.cpp