mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-09-06 17:06:58 +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
|
#endif
|
||||||
|
Reference in New Issue
Block a user