Bug ID |
10332
|
Summary |
warning: hidden symbol 'buffer_init' in CMakeFiles/epan.dir/wslua/lrexlib.c.o is referenced by DSO libwiretap.so.0.0.0
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.99.x (Experimental)
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Common utilities (libwsutil)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
While building WS with CMake, I encountered this warning:
Linking C shared library ../run/libwireshark.so
/usr/bin/ld.gold: warning: hidden symbol 'buffer_init' in
CMakeFiles/epan.dir/wslua/lrexlib.c.o is referenced by DSO
../run/libwiretap.so.0.0.0
/usr/bin/ld.gold: warning: hidden symbol 'buffer_free' in
CMakeFiles/epan.dir/wslua/lrexlib.c.o is referenced by DSO
../run/libwiretap.so.0.0.0
grep:
epan/wslua/lrexlib.h:119:void buffer_init (TBuffer *buf, size_t sz, lua_State
*L, TFreeList *fl);
wsutil/buffer.h:42:void buffer_init(Buffer* buffer, gsize space);
Is this harmful?
You are receiving this mail because:
- You are watching all bug changes.