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

Last 2 commits in cdrom-checker



Hi Colin,

Do you target wheezy for the last 2 commits your made in cdrom
-checker?

I suspect e8ae8876bcea30cc45bcba25ed1e9ea2a317aff0 to be safe and a
good idea.....I have however no idea for
1ec13c5a378076c10988237972d4df0f1eefafd3, given my own C-fu..:-)


commit 1ec13c5a378076c10988237972d4df0f1eefafd3
Author: Colin Watson <cjwatson@debian.org>
Date:   Wed Jan 9 12:11:09 2013 +0000

    Mark argc parameter to main as unused.

diff --git a/debian/changelog b/debian/changelog
index 29db03b..14fdbfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 cdrom-checker (1.24) UNRELEASED; urgency=low
 
   * Fix "LDLFAGS" typo in Makefile.
+  * Mark argc parameter to main as unused.
 
  -- Colin Watson <cjwatson@debian.org>  Wed, 09 Jan 2013 12:05:27 +0000
 
diff --git a/main.c b/main.c
index a1b1b80..4a1409f 100644
--- a/main.c
+++ b/main.c
@@ -159,7 +159,7 @@ int check_cdrom() {
        return(status);
 }
 
-int main(int argc, char **argv) {
+int main(int argc __attribute__ ((unused)), char **argv) {
         di_system_init(basename(argv[0]));
        /* initialize the debconf frontend */
        debconf = debconfclient_new();

commit e8ae8876bcea30cc45bcba25ed1e9ea2a317aff0
Author: Colin Watson <cjwatson@debian.org>
Date:   Wed Jan 9 12:05:52 2013 +0000

    Fix "LDLFAGS" typo in Makefile.

diff --git a/Makefile b/Makefile
index 05232a2..47bf892 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
 CC = gcc
 CFLAGS = -W -Wall -Os -fomit-frame-pointer
 LD = gcc
-LDLFAGS =
+LDFLAGS =
 LDLIBS = -ldebconfclient -ldebian-installer
 APP = cdrom-checker
 
diff --git a/debian/changelog b/debian/changelog
index edc9806..29db03b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cdrom-checker (1.24) UNRELEASED; urgency=low
+
+  * Fix "LDLFAGS" typo in Makefile.
+
+ -- Colin Watson <cjwatson@debian.org>  Wed, 09 Jan 2013 12:05:27 +0000
+
 cdrom-checker (1.23) unstable; urgency=low
 
   [ Updated translations ]





-- 


Attachment: signature.asc
Description: Digital signature


Reply to: