John Levon <[EMAIL PROTECTED]> writes: | In file included from guiapi.C:121: | ../../../src/frontends/controllers/GUI.h:29: warning: friend declaration | `void gui_ShowAboutlyx | (LyXView &, Dialogs &)' | ../../../src/frontends/controllers/GUI.h:29: warning: declares a | non-template function | ../../../src/frontends/controllers/GUI.h:29: warning: (if this is not | what you intended, make sure | the function template has already been declared and add <> after the | function name here) | -Wno-non-template-friend disables this warning.
Add that switch to this compiler. Gcc 3.1, does not show any warnings, and I am pretty sure the warning is bogus. -- Lgb