diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-08-04T11·44+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-08-04T11·44+0000 |
commit | 03427e76f11fe1d918020d28bdb69b2fb348ee96 (patch) | |
tree | a9628150b6c2943e1fa99fd03f7fcf4b30ec7bf4 /src/libmain | |
parent | b3c26180e33856f16e1e5ceea30b951065b4ebc1 (diff) |
* querySubstitutablePathInfo: work properly when run via the daemon.
* --dry-run: print the paths that we don't know how to build/substitute.
Diffstat (limited to 'src/libmain')
-rw-r--r-- | src/libmain/shared.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmain/shared.cc b/src/libmain/shared.cc index 36b4ebdc9c7a..5a8f600e8d36 100644 --- a/src/libmain/shared.cc +++ b/src/libmain/shared.cc @@ -217,7 +217,7 @@ static void initAndRun(int argc, char * * argv) /* Automatically clean up the temporary roots file when we exit. */ - RemoveTempRoots removeTempRoots; /* unused variable - don't remove */ + RemoveTempRoots removeTempRoots __attribute__((unused)); /* Make sure that the database gets closed properly, even if terminate() is called (which happens sometimes due to bugs in |