Wireshark mailing list archives

Re: [Wireshark-commits] rev 39422: /trunk/gtk/ /trunk/gtk/: main_menubar.c


From: Martin Mathieson <martin.r.mathieson () googlemail com>
Date: Fri, 14 Oct 2011 13:36:50 +0100

On Fri, Oct 14, 2011 at 12:11 PM, Guy Harris <guy () alum mit edu> wrote:


On Oct 14, 2011, at 4:03 AM, martinm () wireshark org wrote:

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39422

User: martinm
Date: 2011/10/14 04:03 AM

Log:
make_menu_items() isn't called without LUA support, so can't be static.

Yes, it can; the only reason it couldn't be static would be if it were
called from outside gtk/main_menubar.c, which it doesn't appear to be.

Its definition might have to protected with the same #ifdef as its use(s),
to avoid "defined but not used" warnings, but that's another matter.


Given that its only called from merge_lua_menu_items(), might
make_menu_items() be too generic a function name?

I don't mind keeping the function static, but protecting the whole
definition with #ifdef HAVE_LUA_5_1
While I'm at it shall I rename make_menu_items() to make_lua_menu_items()
?

Martin
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: