Displaying 1 result from an estimated 1 matches for "d37fcc8".
2012 Apr 17
2
[GIT PULL] elflink warning fixes and auto extension support
...w_path = refstrdup(skipspace(p + 4));
@@ -1348,7 +1350,7 @@ static int parse_one_config(const char *filename)
if (config_cwd[0]) {
chdir(config_cwd);
- config_cwd[0] = NULL;
+ config_cwd[0] = '\0';
}
return 0;
diff --git a/com32/hdt/hdt-common.h b/com32/hdt/hdt-common.h
index d37fcc8..fec213d 100644
--- a/com32/hdt/hdt-common.h
+++ b/com32/hdt/hdt-common.h
@@ -54,9 +54,6 @@
#include <acpi/acpi.h>
#include <libupload/upload_backend.h>
-/* Declare a variable or data structure as unused. */
-#define __unused __attribute__ (( unused ))
-
/* This two values are used...