]> The Tcpdump Group git mirrors - tcpdump/commit
Fixup the previous commit for GCC. [skip ci]
authorDenis Ovsienko <[email protected]>
Sat, 24 Jul 2021 10:43:25 +0000 (11:43 +0100)
committerDenis Ovsienko <[email protected]>
Wed, 29 Sep 2021 14:08:03 +0000 (15:08 +0100)
commit43a88bf7f0ad0cf2b6d898e2907cc3189eb8258f
tree1eb7516a6b9fb16e43acec2bc25521d3f9de810a
parent72fee3fe25c276b1c0bd1dad7b3db8bf0f48dfec
Fixup the previous commit for GCC. [skip ci]

Apparently, it does not like pragmas in the middle of a statement:

./missing/getopt_long.c: In function 'getopt_internal':
./missing/getopt_long.c:572:3: error: 'else' without a previous 'if'

(cherry picked from commit 34fd411f222dd93868ae677dbe8ae82d09f9f199)
missing/getopt_long.c