]> git.ipfire.org Git - thirdparty/tor.git/commit
Instead of testing for __GNUC__, use CHECK_SCANF, like CHECK_PRINTF.
authordana koch <dsk@google.com>
Thu, 13 Jun 2013 12:04:01 +0000 (22:04 +1000)
committerNick Mathewson <nickm@torproject.org>
Fri, 14 Jun 2013 14:52:00 +0000 (10:52 -0400)
commit7f67becf307e383eeda94dc4a7dbf5629436ef8c
tree6ab04215985de8e0e0465f9ca5bda693c1904519
parent6f5a720d151e8d43d0e76221dee842bc159af710
Instead of testing for __GNUC__, use CHECK_SCANF, like CHECK_PRINTF.

This lets us have the possibility of fine-tuning the check in the tor_sscanf test cases at a later date.
src/common/compat.h
src/common/util.h