You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CHECK-MESSAGES: :[[@LINE-4]]:25: note: source type originates from referencing this non-type template parameter
236
236
// CHECK-FIXES: T a = V;
237
237
}
238
+
239
+
namespacegh170476 {
240
+
intf(void);
241
+
intg1() {
242
+
int (*fp)() = (int(*)(void))&f;
243
+
// CHECK-MESSAGES: :[[@LINE-1]]:17: warning: redundant explicit casting to the same type 'int (*)()' as the sub-expression, remove this casting [readability-redundant-casting]
0 commit comments