Tell static analyzer that having ntservice functions not exist is ok
commit77246dc0d8b90e99bb411475da1911919799dae8
authorNick Mathewson <nickm@torproject.org>
Wed, 15 Jan 2020 15:30:03 +0000 (15 10:30 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 15 Jan 2020 15:30:03 +0000 (15 10:30 -0500)
tree455dc9e6bb6d83940c1cd8bc5137cbfec404c8c3
parent5e27caa60c4ccf257c0dca64883cdf672d8d8ce4
Tell static analyzer that having ntservice functions not exist is ok

When we made these functions exist unconditionally (as macros on
non-windows platforms), we started to get a dead-code warning on
Coverity.  We now use a macro to tell coverity not to worry about
this particular dead-code instance.
src/app/main/main.c