Open edoput opened 6 years ago
I think this is similar to a previous issue with static inline function like the one producing the bug:
static inline double round_decimal(double d){
return roundf(d*decimal_places)/decimal_places;
}
Removing one of the two definition should fix the problem.
see min(int a, int b)
function in the graph_parser_c library
Here is the output from the relevant error compiling against the EdgeRouter X
I'm attaching the config file to reproduce this build
config