diff options
author | teor <teor2345@gmail.com> | 2015-06-03 03:52:31 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2015-06-03 04:19:05 +1000 |
commit | e0477de0e262e9009021cbd0556b7a9541d2192c (patch) | |
tree | 7c237ce1805d432744d1593c336f6f0bb5f856dd /changes | |
parent | 2b73dbf2a4c2fcf42fdd2987b3fa72efdec3a222 (diff) | |
download | tor-e0477de0e262e9009021cbd0556b7a9541d2192c.tar.gz tor-e0477de0e262e9009021cbd0556b7a9541d2192c.zip |
Remove undefined directive-in-macro in test_util_writepid
clang 3.7 complains that using a preprocessor directive inside
a macro invocation in test_util_writepid in test_util.c is undefined.
Fix on 79e85313aa61 on 0.2.7.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16115-undef-directive-in-macro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug16115-undef-directive-in-macro b/changes/bug16115-undef-directive-in-macro new file mode 100644 index 0000000000..8031267cdf --- /dev/null +++ b/changes/bug16115-undef-directive-in-macro @@ -0,0 +1,6 @@ + o Minor fixes (threads, comments): + - Remove undefined directive-in-macro in test_util_writepid + clang 3.7 complains that using a preprocessor directive inside + a macro invocation in test_util_writepid in test_util.c is undefined. + Patch by "teor". + Fix on 79e85313aa61 on 0.2.7.1-alpha. |