Add compiler warnings to documentation

This commit is contained in:
Mario Hüttel 2019-03-26 21:12:05 +01:00
parent 4bed016f01
commit 8d8af8d211

View File

@ -57,4 +57,11 @@ in order to build the program and
The subfolder 'AUR' contains a PKGBUILD file to build an Archlinux/Pacman package. The subfolder 'AUR' contains a PKGBUILD file to build an Archlinux/Pacman package.
@subsection Compiler Warnings
The compiler will throw the following warnings. Compiled with GCC 8.2.1.
| Warning | Assessment |
| ------- | ---------- |
| warning: calculate_path_miter_points defined but not used [-Wunused-function] | Ignore. Function will be used in later versions. |
*/ */