aboutsummaryrefslogtreecommitdiffstats
path: root/libc/kernel/common/linux/cdev.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-12-17 20:43:30 -0800
committerElliott Hughes <enh@google.com>2013-12-17 20:43:30 -0800
commitc13fb75ceabb47f8292be206db80b93889fccf66 (patch)
tree6aca1af2e53339d0c6f04abf3fa9fa696d9268c9 /libc/kernel/common/linux/cdev.h
parentf293b15728031432317791fb4a17a423545d37b3 (diff)
downloadandroid_bionic-c13fb75ceabb47f8292be206db80b93889fccf66.tar.gz
android_bionic-c13fb75ceabb47f8292be206db80b93889fccf66.tar.bz2
android_bionic-c13fb75ceabb47f8292be206db80b93889fccf66.zip
Move bionic over to GCC's 'warning' attribute.
This is a better solution than the old __warn_references because it's a compile-time rather than link-time warning, it doesn't rely on something that doesn't appear to be supported by gold (which is why you only used to see these warnings on mips builds), and the errors refer to the exact call site(s) rather than just telling you which object file contains a reference to the bad function. This is primarily so we can build bionic for aarch64; building libc.so caused these warnings to fire (because link time is the wrong time) and warnings are errors. Change-Id: I5df9281b2a9d98b164a9b11807ea9472c6faa9e3
Diffstat (limited to 'libc/kernel/common/linux/cdev.h')
0 files changed, 0 insertions, 0 deletions