Files
cmake/Tests/RunCMake/Syntax/ParenNoSpace1-stderr.txt
Matthew Woehlke b0f9852990 Diagnostics: Update tests (automated)
Update expected test output to account for the new format of diagnostic
messages. These changes were applied entirely by `sed` using the
following commands:

  - `/Use -Wno-dev to suppress/s/-Wno-dev/-Wno-author/g`
  - `s/Warning [\\][(]dev[\\][)]/Warning \\(author\\)/g`
  - `s/CMake Deprecation Warning/CMake Warning \\(deprecated\\)/g`

This is not a complete fix, but covers a significant fraction of the
needed changes, and this commit is strictly automated changes.
2026-04-16 15:10:35 -04:00

23 lines
827 B
Plaintext

CMake Warning \(author\) at ParenNoSpace1\.cmake:1:
Syntax Warning in cmake code at column 26
Argument not separated from preceding token by whitespace\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
This warning is for project developers\. Use -Wno-author to suppress it\.
CMake Warning \(author\) at ParenNoSpace1\.cmake:2:
Syntax Warning in cmake code at column 26
Argument not separated from preceding token by whitespace\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)
This warning is for project developers\. Use -Wno-author to suppress it\.
CMake Error at ParenNoSpace1\.cmake:3:
Syntax Error in cmake code at column 29
Argument not separated from preceding token by whitespace\.
Call Stack \(most recent call first\):
CMakeLists\.txt:3 \(include\)