Skip to content

Commit

Permalink
Revert flags for FMI/FMUParser
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Nov 25, 2020
1 parent 61ce567 commit 3f11f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/FMI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SET(SRC
ADD_LIBRARY( epfmiimport STATIC ${SRC} )

IF (UNIX)
ADD_DEFINITIONS("-fPIC -Wall -Wno-maybe-uninitialized -Wno-switch -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-function -Werror")
ADD_DEFINITIONS("-fPIC")
ENDIF()

TARGET_LINK_LIBRARIES( epfmiimport epexpat miniziplib )
Expand Down
2 changes: 1 addition & 1 deletion third_party/FMUParser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SET(SRC
#ADD_LIBRARY( parser SHARED ${SRC} )

IF (UNIX)
ADD_DEFINITIONS("-fPIC -Wall -Wno-maybe-uninitialized -Wno-switch -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-function -Werror")
ADD_DEFINITIONS("-fPIC")
ENDIF()

ADD_EXECUTABLE( parser ${SRC} )
Expand Down

5 comments on commit 3f11f1a

@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.

8312_build_warnings_v2 (jmarrec) - x86_64-MacOS-10.15-clang-11.0.0: OK (2993 of 2994 tests passed, 0 test warnings)

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1090
  • Failed: 1

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.

8312_build_warnings_v2 (jmarrec) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3034 of 3034 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

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

8312_build_warnings_v2 (jmarrec) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1558 of 1558 tests passed, 0 test warnings)

Build Badge Test Badge Coverage 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.

8312_build_warnings_v2 (jmarrec) - Win64-Windows-10-VisualStudio-16: OK (2250 of 2250 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

8312_build_warnings_v2 (jmarrec) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (722 of 722 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.