summaryrefslogtreecommitdiff
path: root/src/common/address.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-25 11:20:04 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-25 11:20:04 -0400
commit7f5103ec59e1e1da6c32e2bb0a3b1b6e437d57e4 (patch)
tree2a84e35024a031c45ca726e136f7a0c5cf83475e /src/common/address.c
parentecab2616413b06754bfb110eab2bfbf58e3a57b2 (diff)
downloadtor-7f5103ec59e1e1da6c32e2bb0a3b1b6e437d57e4.tar.gz
tor-7f5103ec59e1e1da6c32e2bb0a3b1b6e437d57e4.zip
Require two c99 features (midblock decls, designated initializers)
c99 lets us do neat stuff like: { int j, k; foo(&j, &k); int z = j + k; } and also struct point { int x; int y; }; struct point pt = { .x=5, .y=5 }; This commit makes the configure scripts check to make sure your compiler implements them. It also disables our longstanding warning about midblock declarations. Closes ticket 13233.
Diffstat (limited to 'src/common/address.c')
0 files changed, 0 insertions, 0 deletions