#305 closed Bug (fixed)
upnp.c needs platform.h if VERBOSE_LOG is defined
Reported by: | mtolman | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | 0.90 |
Component: | libtransmission | Version: | 0.80 |
Severity: | Minor | Keywords: | |
Cc: |
Description
I turned on VERBOSE_LOG and got warnings: implicit declaration of function tr_getHomeDirectory...
I added the following after the #define VERBOSE_LOG line and the warnings went away:
#ifdef VERBOSE_LOG #include "platform.h" #endif
Change History (3)
comment:1 Changed 15 years ago by livings124
- Milestone 0.81 deleted
comment:2 Changed 15 years ago by charles
- Milestone set to 0.90
- Resolution set to fixed
- Severity changed from Normal to Minor
- Status changed from new to closed
comment:3 Changed 15 years ago by charles
- Type changed from Defect to Bug
Note: See
TracTickets for help on using
tickets.
fixed in r2864, thanks!