]> git.lyx.org Git - features.git/commit
Use unsigned values for enum
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 26 Oct 2019 22:03:55 +0000 (00:03 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:46 +0000 (15:48 +0200)
commitf93850aaa23112995de78ddb33a3ea0770f94f15
treefe8a5494a66be4617f992de64197654eb2729d5d
parent2fd064c9dcfb9aef1b0e040c28c15cc62e32494d
Use unsigned values for enum

Otherwise 1 << 31 overflows.

Spotted by cppcheck.
src/support/debug.h