mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-09-04 07:08:27 +00:00
Prevent empty translation units to satisfy ISO C compilers.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user