Skip to content

Logger: fix intel compilation

Loic Hausammann requested to merge logger_fix_intel into master

Intel does not accept the addition to a void *. Therefore I am now casting the pointers to char *

Merge request reports