]> Git Repo - linux.git/blobdiff - include/linux/compiler-gcc.h
Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[linux.git] / include / linux / compiler-gcc.h
index 0b1dc61f3955c545e5fecae15aebf321d61855f4..7a3769040d7dcaa9511b7f3ec640bb0b7171f1cc 100644 (file)
        (typeof(ptr)) (__ptr + (off));                                  \
 })
 
-/*
- * A trick to suppress uninitialized variable warning without generating any
- * code
- */
-#define uninitialized_var(x) x = x
-
 #ifdef CONFIG_RETPOLINE
 #define __noretpoline __attribute__((__indirect_branch__("keep")))
 #endif
This page took 0.034117 seconds and 4 git commands to generate.