diff options
author | Thomas White <taw@physics.org> | 2012-03-09 18:21:58 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-09 18:21:58 +0100 |
commit | 7236d936e381faf32950f1091aa57f240644ac16 (patch) | |
tree | d594eb58c91c55138c84921eaf39654e824145b8 /src | |
parent | 4be9287d7ae69bcfee52efed5a108f31c0f40f7e (diff) |
Compile libcrystfel with -Wall, fix warnings
Diffstat (limited to 'src')
-rw-r--r-- | src/indexamajig.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index faee01fc..859b475e 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -796,7 +796,6 @@ int main(int argc, char *argv[]) return 1; } - if ( filename == NULL ) { filename = strdup("-"); } |