mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
assert() is only called when TINS_DEBUG is defined.
This commit is contained in:
@@ -26,8 +26,10 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#ifdef TINS_DEBUG
|
||||
#include <cassert>
|
||||
#endif
|
||||
#include "pdu.h"
|
||||
#include "rawpdu.h"
|
||||
#include "packet_sender.h"
|
||||
|
||||
Reference in New Issue
Block a user