pw_unit_test: Clang fixes

This makes two tweaks to enable compiling with Clang on the desktop:
- Switch from (&function_pointer) to (*function_pointer) style.
- Make destructor final in derived test class to prevent warning from
  the "-Wdelete-non-abstract-non-virtual-dtor" flag.

Change-Id: Ic1783e41ee8092a5ad218ebdb48376742f85ff50
1 file changed
tree: 4787723870ca3047a3e114aaa01ae6bb2e251243
  1. pw_build/
  2. pw_preprocessor/
  3. pw_status/
  4. pw_toolchain/
  5. pw_unit_test/
  6. .clang-format
  7. .gitignore
  8. .gn
  9. AUTHORS
  10. BUILD.gn
  11. BUILDCONFIG.gn
  12. CONTRIBUTING.md
  13. LICENSE
  14. modules.gni
  15. README.md
README.md

Pigweed embedded oriented software libraries

Pigweed is a collection of embedded-focused libraries, which we call "modules". These modules are designed for small-footprint MMU-less microcontrollers like the ST Micro STM32L452 or the Nordic NRF82832. The modules are designed to facilitate easy integration into existing codebases.

Pigweed is in the early stages of development.