After migrating from borland to clang, we get this annoying warning, which I haven't been able to resolve.
Is this a known issue or are there any workarounds?
USEFORM("Label.cpp", fmLabelView);
USEFORM("Test.cpp", fmTestView);
USEFORM("Repro.cpp", fmReproView);
[bcc32c Warning] Label.cpp(123): attribute declaration must precede definition
[bcc32c Hint] sysclass.h(137): expanded from macro 'USEFORM'
[bcc32c Hint] sysmac.h(377): expanded from macro 'DELPHICLASS'
[bcc32c Hint] test.h(58): previous definition is here
class TfmLabelView : public TfmFormTemplate