nextcloud-desktop/src
Kevin Ottens fdb35e5f9f Leave the implicit uint to int cast
I wrongly (and stupidly) assumed the int in QBitArray was treated as a
hash as well but it is an index so it must be positive. Also to make
things even worse I misread on which expression clang-tidy was
complaining regarding the implementation specific narrowing
conversion... This is happening after the modulo operator and not
before. We're in a safe range of values at that point, so it's fine to
let the narrowing happen.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-09-08 16:44:31 +02:00
..
3rdparty Enable bugprone-narrowing-conversions clang-tidy check 2020-09-01 06:37:03 +00:00
cmd Enable the modernize-use-using check on clang-tidy 2020-08-12 18:18:57 +02:00
common syncjournaldb: index e2eMangledName column in metadata 2020-09-03 22:56:14 +10:00
crashreporter macOS: Use macdeployqt instead of the old admin/osx/macdeployqt.py 2020-06-07 14:39:42 +02:00
csync Enable bugprone-macro-parentheses clang-tidy check 2020-09-01 06:37:03 +00:00
gui Leave the implicit uint to int cast 2020-09-08 16:44:31 +02:00
libsync Enable bugprone-narrowing-conversions clang-tidy check 2020-09-01 06:37:03 +00:00
CMakeLists.txt Windows: Enable CFG and SafeSEH linker security flags 2020-08-03 10:11:33 +02:00