diff options
author | Philipp Stephani <phst@google.com> | 2017-06-14 12:35:58 +0200 |
---|---|---|
committer | Philipp Stephani <phst@google.com> | 2017-06-14 12:35:58 +0200 |
commit | 32d8dba625fc50ccbe28e35afcf1f0529d611e00 (patch) | |
tree | bc9aff8e2d44e7a2982b79e7d8562f91d3b41998 /lisp/emacs-lisp/float-sup.el | |
parent | ac649dc4b48be3fab8c904012aca4c07b0019041 (diff) | |
download | emacs-32d8dba625fc50ccbe28e35afcf1f0529d611e00.tar.gz emacs-32d8dba625fc50ccbe28e35afcf1f0529d611e00.tar.bz2 emacs-32d8dba625fc50ccbe28e35afcf1f0529d611e00.zip |
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.
Diffstat (limited to 'lisp/emacs-lisp/float-sup.el')
0 files changed, 0 insertions, 0 deletions