Instantiation warnings from maptriangleregion.h
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
widelands |
Fix Released
|
Low
|
Unassigned |
Bug Description
When compiling on OSX with Apple LLVM version 8.1.0 (clang-802.0.42)
I get 6 warnings like
src/wui/
'
available [-Wundefined-
from src/logic/
This should be fixed along the suggestions in
https:/
Maybe the code could get some more comments, too.
So I can understand why it was done _that_ way :-)
Perhaps the compiler is just to picky and we can just igore this one?
Related branches
- Klaus Halfmann: Approve (review, compile)
-
Diff: 47 lines (+15/-0)3 files modifiedsrc/logic/mapfringeregion.h (+4/-0)
src/logic/maphollowregion.h (+4/-0)
src/logic/maptriangleregion.h (+7/-0)
summary: |
- instatitation warnings from maptriangleregion.h + Instantiation warnings from maptriangleregion.h |
Changed in widelands: | |
status: | New → Confirmed |
tags: | added: cleanups macos |
Changed in widelands: | |
assignee: | SirVer (sirver) → Klaus Halfmann (klaus-halfmann) |
Changed in widelands: | |
status: | Incomplete → Confirmed |
Changed in widelands: | |
assignee: | Klaus Halfmann (klaus-halfmann) → GunChleoc (gunchleoc) |
milestone: | none → build20-rc1 |
Changed in widelands: | |
status: | Confirmed → In Progress |
Changed in widelands: | |
status: | In Progress → Fix Committed |
assignee: | GunChleoc (gunchleoc) → nobody |
I do not spot these warnings in CI, for example: https:/ /travis- ci.org/ widelands/ widelands/ jobs/270745948
Are these still there for you?