diff options
author | Martin Hauke <mardnh@gmx.de> | 2015-09-03 20:52:49 +0200 |
---|---|---|
committer | Martin Hauke <mardnh@gmx.de> | 2015-09-03 20:52:49 +0200 |
commit | f0d7dab3aca40a3f861ac182f8f3eb2bbbf89631 (patch) | |
tree | 70334649ac2593fc09e5d302b9c0ebcb735e6e7d /CMakeLists.txt | |
parent | 1cd151e5ad88f132d8bde648229245eb9964c2a7 (diff) | |
download | toolame-dab-f0d7dab3aca40a3f861ac182f8f3eb2bbbf89631.tar.gz toolame-dab-f0d7dab3aca40a3f861ac182f8f3eb2bbbf89631.tar.bz2 toolame-dab-f0d7dab3aca40a3f861ac182f8f3eb2bbbf89631.zip |
GCC 5.x inline function semantics fix
The compiler will warn and the linker will fail if an inline
function is declared but not defined in the same translation
unit. This fixes the problem by prepending 'extern' to the
declaration in the header file.
For a proper explanation see:
https://gcc.gnu.org/gcc-5/porting_to.html
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions