mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
b6418155f3
Previously only occurred per config which broke per-language system includes.
8 lines
88 B
C++
8 lines
88 B
C++
|
|
#include <header.h>
|
|
|
|
int empty_func()
|
|
{
|
|
return function_that_generates_warning(4);
|
|
}
|