Closed ax3l closed 9 years ago
CMake: Add Correct Warning and Fix missing -pthread. -pthread was missing in make VERBOSE=1 and caused undefined symbols on Hypnos with gcc 4.8.2 .
-pthread
make VERBOSE=1
Fix (un)singed compares and return types: Warnings seen with -Wall on gcc 4.8.2 .
-Wall
CMake: Add Correct Warning and Fix missing -pthread.
-pthread
was missing inmake VERBOSE=1
and caused undefined symbols on Hypnos with gcc 4.8.2 .Fix (un)singed compares and return types: Warnings seen with
-Wall
on gcc 4.8.2 .