Ticket #1774 (accepted defect) — at Version 7
Various build fixups (missing includes, name clashes, ...)
Reported by: | metux | Owned by: | metux |
---|---|---|---|
Priority: | blocker | Milestone: | 4.7.0 |
Component: | mc-core | Version: | 4.7.0-pre4 |
Keywords: | build,-Werror,includes,name-conflicts | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description (last modified by metux) (diff)
There are several unclean things which break build in -Werror mode, eg: char* vs const char* mixups, missing includes, conflicting variable names, etc.
branch:1774_build_cleanups
changeset:01bf5db76abe6c8cace5c27349628b95a63c1714
Change History
comment:1 Changed 15 years ago by metux
- Owner set to metux
- Status changed from new to accepted
- severity changed from no branch to on review
comment:3 Changed 15 years ago by slavazanko
- Votes for changeset set to slavazanko
Branch for this ticket: 1774_build_cleanups
Looks good.
comment:5 Changed 15 years ago by slavazanko
- Votes for changeset slavazanko deleted
My latest correct changeset:f91d4aa1ac6e07ecb10b47abd7e642619b749036
Changed include 'glib.h' to 'global.h' besause global.h file have some things for backward compability with glib (eg. including 'glibcompat.h')
Review.
comment:6 Changed 15 years ago by slavazanko
Also, branch rebased for more WorkingGuideLines-complicant
Added Ticket number in first commit of branch.
Note: See
TracTickets for help on using
tickets.