Skip to content

Commit

Permalink
clearup warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlball committed Jun 23, 2020
1 parent c4dd899 commit 5d5370f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EnergyPlus/GeneralRoutines.hh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
namespace EnergyPlus {
// Forward declarations
struct EnergyPlusData;
struct OutputFiles;
class OutputFiles;

void ControlCompOutput(EnergyPlusData &state, std::string const &CompName, // the component Name
std::string const &CompType, // Type of component
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/SurfaceGeometry.hh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace EnergyPlus {
// Forward declarations
struct EnergyPlusData;
struct ZoneTempPredictorCorrectorData;
struct OutputFiles;
class OutputFiles;

namespace SurfaceGeometry {

Expand Down

7 comments on commit 5d5370f

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

global_zone_temp_predictor_corrector (brianlball) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (2888 of 2888 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

global_zone_temp_predictor_corrector (brianlball) - x86_64-Linux-Ubuntu-18.04-cppcheck: OK (0 of 0 tests passed, 0 test warnings)

Build Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

global_zone_temp_predictor_corrector (brianlball) - x86_64-Linux-Ubuntu-18.04-custom_check: OK (13 of 13 tests passed, 0 test warnings)

Build Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

global_zone_temp_predictor_corrector (brianlball) - Win64-Windows-10-VisualStudio-16: OK (2119 of 2119 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

global_zone_temp_predictor_corrector (brianlball) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1436 of 1436 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

global_zone_temp_predictor_corrector (brianlball) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (710 of 710 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

global_zone_temp_predictor_corrector (brianlball) - x86_64-MacOS-10.13-clang: OK (2848 of 2848 tests passed, 0 test warnings)

Build Badge Test Badge

Please # to comment.