CMakeLists: Make missing declarations a compile-time error
Ensures that our code always has its linkage explicit.
This commit is contained in:
		| @@ -54,6 +54,7 @@ else() | |||||||
|     add_compile_options( |     add_compile_options( | ||||||
|         -Wall |         -Wall | ||||||
|         -Werror=implicit-fallthrough |         -Werror=implicit-fallthrough | ||||||
|  |         -Werror=missing-declarations | ||||||
|         -Werror=reorder |         -Werror=reorder | ||||||
|         -Wextra |         -Wextra | ||||||
|         -Wmissing-declarations |         -Wmissing-declarations | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user