office-gobmx/unodevtools
Stephan Bergmann a19062084b -Werror,-Wunused-but-set-variable (Clang 13 trunk)
> unodevtools/source/skeletonmaker/skeletoncommon.cxx(47,13): error: variable 'shortfilename' set but not used [-Werror,-Wunused-but-set-variable]
>     OString shortfilename(filename);
>             ^

Change-Id: I18510a5c2d2ceca4eab3ef93c0a32a1bffafac6e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116661
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-06-03 15:16:27 +02:00
..
inc
source
Executable_uno-skeletonmaker.mk
Makefile
Module_unodevtools.mk
README.md

Helper Tools for External UNO Component Developers

This module contains some tools for people writing UNO components. In particular it will auto-generate skeletons for implementing UNO interfaces - that declare all the relevant methods leaving the code to be filled in. This can be done for C++ or Java.