diff --git a/wpilibc/src/main/native/include/frc/WPILib.h b/wpilibc/src/main/native/include/frc/WPILib.h index 9d62514e18..634d0f59ea 100644 --- a/wpilibc/src/main/native/include/frc/WPILib.h +++ b/wpilibc/src/main/native/include/frc/WPILib.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2008-2019 FIRST. All Rights Reserved. */ +/* Copyright (c) 2008-2020 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ @@ -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 diff --git a/wpiutil/src/main/native/include/units/units.h b/wpiutil/src/main/native/include/units/units.h index 34273d68c7..8d47679e8e 100644 --- a/wpiutil/src/main/native/include/units/units.h +++ b/wpiutil/src/main/native/include/units/units.h @@ -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