Debian Patches
Status for tcptrack/1.4.3-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| Fix-printf-format-ftbfs.patch | Fix printf format ftbfs | Chow Loong Jin <hyperair@debian.org> | yes | debian upstream | 2021-11-01 | |
| Drop-variables-that-are-set-but-not-used.patch | Drop variables that are set but not used Fixes the following error: PacketBuffer.cc: In member function ‘void PacketBuffer::maint_thread_run()’: PacketBuffer.cc:146:21: error: variable ‘qlen’ set but not used [-Werror=unused-but-set-variable=] 146 | int qlen=0; | ^~~~ cc1plus: all warnings being treated as errors make[3]: *** [Makefile:453: PacketBuffer.o] Error 1 make[3]: *** Waiting for unfinished jobs.... TCContainer.cc: In member function ‘void TCContainer::maint_thread_run()’: TCContainer.cc:180:21: error: variable ‘numitems’ set but not used [-Werror=unused-but-set-variable=] 180 | int numitems = 0; | ^~~~~~~~ cc1plus: all warnings being treated as errors |
Chow Loong Jin <hyperair@debian.org> | yes | debian upstream | 2026-04-17 |
