Remove some tautological comparisons involving rlim_t
commit32d8dba625fc50ccbe28e35afcf1f0529d611e00
authorPhilipp Stephani <phst@google.com>
Wed, 14 Jun 2017 10:35:58 +0000 (14 12:35 +0200)
committerPhilipp Stephani <phst@google.com>
Wed, 14 Jun 2017 10:35:58 +0000 (14 12:35 +0200)
treebc9aff8e2d44e7a2982b79e7d8562f91d3b41998
parentac649dc4b48be3fab8c904012aca4c07b0019041
Remove some tautological comparisons involving rlim_t

Clang on macOS warns about these with -Wtautological-compare.  POSIX
guarantees that rlim_t is
unsigned (cf.
http://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/resource.h.html),
so these resource limits can never be negative.

* src/emacs.c (main): Remove tautological comparisons.
src/emacs.c