Opened 6 years ago
Closed 5 years ago
#1653 closed bug (fixed (in master))
OS X build of tests prints ld warnings
Reported by: | myshkin | Owned by: | myshkin |
---|---|---|---|
Milestone: | 3.5.0 | Keywords: | mac utils |
Cc: |
Description
Building tests on OS X now repeatedly displays the warning message
ld: warning: alignment lost in merging tentative definition _keylog
Tests still run okay.
Change History (1)
comment:1 Changed 5 years ago by takkaria
- Resolution set to fixed (in master)
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed as of c90ec197c5ef947e073ad83f54774d20b6e6c27b; z-term.h was declaring variable 'keylog' instead of externing it.