diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2014-02-24 16:43:19 +0100 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2014-02-24 16:43:19 +0100 |
| commit | d317e46bbc8dfa0e926fac507feacad4c647f24d (patch) | |
| tree | 1f47a7ff054ab606c9ad1d0773624940eaaf063d /src/export/convert_coords.c | |
| parent | 6b7cd628f6681c75f1149a76534adea5e9363396 (diff) | |
Silence warning about unused variable
Diffstat (limited to 'src/export/convert_coords.c')
| -rw-r--r-- | src/export/convert_coords.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export/convert_coords.c b/src/export/convert_coords.c index 05db96e..abbbc22 100644 --- a/src/export/convert_coords.c +++ b/src/export/convert_coords.c | |||
| @@ -5,7 +5,7 @@ int main( ) | |||
| 5 | { | 5 | { |
| 6 | double x, y; | 6 | double x, y; |
| 7 | char buf[64]; | 7 | char buf[64]; |
| 8 | int in; | 8 | |
| 9 | while( fgets( buf, sizeof(buf), stdin ) ) | 9 | while( fgets( buf, sizeof(buf), stdin ) ) |
| 10 | { | 10 | { |
| 11 | if( sscanf( buf, "%lf %lf", &x, &y ) == 2 ) { | 11 | if( sscanf( buf, "%lf %lf", &x, &y ) == 2 ) { |
