Skip to content

Add compilation checks

Vincent Lacroix requested to merge VLA_add_compilation_checks into master

The objective is to add additional compilation checks. This includes:

  • -Wshadow: to detect shadow types or variables
  • -Wmissing-prototypes: to detect global functions not declared in header files
Edited by Vincent Lacroix

Merge request reports