]> git.ipfire.org Git - people/ms/libloc.git/commit
python: Do not check whether an integer is larger than 32 bit on 32 bit arches
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Nov 2020 15:37:22 +0000 (15:37 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Nov 2020 15:37:22 +0000 (15:37 +0000)
commit7c78416cd3aed9df4be8f753b74b21596c6d2a11
tree3aff8b31c8b62a497f4c8c386df8177c041ab799
parentfa9eb94e67cd979a5744822ccd9bc09551da0c93
python: Do not check whether an integer is larger than 32 bit on 32 bit arches

This cannot happen and generated a compiler warning

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/network.c