Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1d6ebdfb66b9d63d34f34ec6ac7ec57eff7cd24b
/
.
/
clang
/
test
/
Modules
/
Inputs
/
implicit-built-Werror-using-W
/
convert.h
blob: 0ed02bc793bd1e73aa0f7cd91d302ea57078a47f [
file
] [
log
] [
blame
]
#ifdef
USE_PRAGMA
#pragma
clang diagnostic push
#pragma
clang diagnostic warning
"-Wshorten-64-to-32"
#endif
template
<
class
T
>
int
convert
(
T V
)
{
return
V
;
}
#ifdef
USE_PRAGMA
#pragma
clang diagnostic pop
#endif