mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2024-12-22 12:18:47 +00:00
Prevent empty translation units to satisfy ISO C compilers.
This commit is contained in:
parent
167780ce36
commit
8ddc8a6da3
@ -22,4 +22,10 @@ void DUMP_PROXY_CHAIN(proxy_data *pchain, unsigned int count) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
// Do not allow this translation unit to end up empty
|
||||||
|
// for non-DEBUG builds, to satisfy ISO C standards.
|
||||||
|
typedef int __appease_iso_compilers__;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user