Changeset 4849
- Timestamp:
- 09/23/07 14:47:27 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/sensord/rrd.c
r4834 r4849 186 186 rrdGetSensors_DS 187 187 (void *_data, const char *rawLabel, const char *label, const FeatureDescriptor *feature) { 188 (void) label; /* no warning */ 188 189 if (!feature || feature->rrd) { 189 190 struct ds *data = (struct ds *) _data; … … 288 289 (void *_data, const char *rawLabel, const char *label, const FeatureDescriptor *feature) { 289 290 struct gr *data = (struct gr *) _data; 291 (void) label; /* no warning */ 290 292 if (!feature || (feature->rrd && (feature->type == data->type))) 291 293 printf ("\n\tDEF:%s=%s:%s:AVERAGE", rawLabel, rrdFile, rawLabel);
