mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
[wpilib] Add parentheses to MSVC #pragma message (#2569)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
// clang-format off
|
||||
#ifdef _MSC_VER
|
||||
#pragma message "warning: Including this header drastically increases compilation times and is bad style. Include only what you use instead."
|
||||
#pragma message("warning: Including this header drastically increases compilation times and is bad style. Include only what you use instead.")
|
||||
#else
|
||||
#warning "Including this header drastically increases compilation times and is bad style. Include only what you use instead."
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user