[CONC-18] [PATCH] no external definition of non-static inline local_thr_alarm in libmariadb/net.c Created: 2013-03-16 Updated: 2013-03-17 Resolved: 2013-03-17 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Stephan Bergmann | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
At least recent Clang at default optimization level rightly complains about a missing external definition of local_thr_alarm. See attached static-inline.patch to make it static inline. |
| Comments |
| Comment by Georg Richter [ 2013-03-17 ] |
|
Fixed in rev. 41 |