Opened 10 years ago
Closed 10 years ago
#479 closed task (fixed)
yat deprecation warnings are turned off
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | trivial | Milestone: | svndigest 0.9 |
Component: | build | Version: | trunk |
Keywords: | Cc: |
Description
I noticed that YAT_HAVE_GCC_DEPRECATED
is not defined in config_public.h, which implies deprecation warnings from yat headers are not turned on. Shouldn't we turn on these warnings?
I suppose there is a missing AC_DEFINE in our configure.ac that we could borrow from yat.
Change History (2)
comment:1 Changed 10 years ago by
Milestone: | svndigest 0.x+ → svndigest 0.9 |
---|---|
Owner: | changed from Jari Häkkinen to Peter Johansson |
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [1192]) closes #479. yat deprecation arning are turned on