Avoid quiet conversion of pointer to bool
commit8f5aaa0e04185cc54cdc9c6747685f720ac355f3
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Oct 2019 08:07:52 +0000 (5 01:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Oct 2019 08:19:39 +0000 (5 01:19 -0700)
tree6cb65c3843ef21c3cbe08664254c66c4c233f943
parentb75b05528803de1582d7bcfbd3480ee70a0e987b
Avoid quiet conversion of pointer to bool

* src/location.c (caret_set_file):
* src/scan-code.l (contains_dot_or_dash):
Do not quietly convert pointer to bool, as Oracle Developer Studio
12.6 complains and it is arguably confusing style anyway.
src/location.c
src/scan-code.l