guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

63/376: Get rid of a compiler warning


From: Ludovic Courtès
Subject: 63/376: Get rid of a compiler warning
Date: Wed, 28 Jan 2015 22:04:03 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 2304a7dd21639959dc4bcafa3e17374cc087cd0a
Author: Eelco Dolstra <address@hidden>
Date:   Wed Jul 16 16:32:26 2014 +0200

    Get rid of a compiler warning
---
 src/libutil/archive.cc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/libutil/archive.cc b/src/libutil/archive.cc
index 9dc2ebe..00c9ae3 100644
--- a/src/libutil/archive.cc
+++ b/src/libutil/archive.cc
@@ -1,3 +1,5 @@
+#define _XOPEN_SOURCE 600
+
 #include "config.h"
 
 #include <cerrno>
@@ -6,7 +8,6 @@
 #include <map>
 #include <cstring>
 
-#define _XOPEN_SOURCE 600
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]