diff options
author | Brad King <brad.king@kitware.com> | 2006-10-05 16:04:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-10-05 16:04:30 (GMT) |
commit | 97e07dc162a57c22d9dd0f4b89f192c2084f7ce7 (patch) | |
tree | 35ab5721077f9ce497d86ba9e5596758282dfe95 /Tests/Complex/Library/SystemDir/testSystemDir.h | |
parent | 934c804ea44236baa59369cd28b018430d1b5b1d (diff) | |
download | CMake-97e07dc162a57c22d9dd0f4b89f192c2084f7ce7.zip CMake-97e07dc162a57c22d9dd0f4b89f192c2084f7ce7.tar.gz CMake-97e07dc162a57c22d9dd0f4b89f192c2084f7ce7.tar.bz2 |
BUG: Test -isystem without affecting other tests. Made separate Library/SystemDir for this purpose.
Diffstat (limited to 'Tests/Complex/Library/SystemDir/testSystemDir.h')
-rw-r--r-- | Tests/Complex/Library/SystemDir/testSystemDir.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/Complex/Library/SystemDir/testSystemDir.h b/Tests/Complex/Library/SystemDir/testSystemDir.h new file mode 100644 index 0000000..73be353 --- /dev/null +++ b/Tests/Complex/Library/SystemDir/testSystemDir.h @@ -0,0 +1,2 @@ +// Purposely leave off the return type to create a warning. +foo() { return 0; } |