Closed devurandom closed 9 years ago
Sensor.cpp:275:123: error: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘time_t {aka long int}’
solved by Andreas Grimm in a slightly different way: compilation should not break even when size_t != time_t
Sensor.cpp:275:123: error: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘time_t {aka long int}’