Package: libnop / 0.0~git20200728.45dfe0f-5

Metadata

Package Version Patches format
libnop 0.0~git20200728.45dfe0f-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
910b55815be16109f04f4180e9adee14fb4ce281.patch | (download)

test/serializer_tests.cpp | 60 30 + 30 - 0 !
1 file changed, 30 insertions(+), 30 deletions(-)

 [patch] fix overflow warnings (errors) in tests on 32bit builds.


35e800d81f28c632956c5a592e3cbe8085ecd430.patch | (download)

include/nop/base/map.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] fix for -werror=range-loop-construct in gcc 11.

Range iteration in GCC 11 triggers range-loop-construct due to mismatch
between element types (const key) forcing a copy. Switch to const auto&
to avoid the type mismatch.

tests opt.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build tests with default optimization