third_party/zlib/zlib.h: use HAVE___ATTRIBUTE__ instead of __GNUC__
[samba.git] / README.Coding
index c4e9dfebf9885575b810b875c999e913548afcfd..2b011a6ae9fd6f082baa49c783479afdd5a719b6 100644 (file)
@@ -374,6 +374,7 @@ it's also easier to use the "step" command within gdb.
 Good Example:
 
        char *name = NULL;
+       int ret;
 
        name = get_some_name();
        if (name == NULL) {