Skip to content

Commit

Permalink
Casper fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StasJ committed Jun 22, 2020
1 parent ac1c64b commit 961ce70
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ endif()

# compiler warning flags
if (NOT WIN32)
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-sign-compare -Wno-overloaded-virtual")
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-sign-compare -Wno-overloaded-virtual -Wno-parentheses")
SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wno-sign-compare")
else ()
# Enable multithread compiling on Visual Studio
Expand Down
1 change: 1 addition & 0 deletions apps/vaporgui/PRegionSelector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "VLineItem.h"
#include <vapor/ParamsBase.h>
#include <QVBoxLayout>
#include <assert.h>

PRegionSelector::PRegionSelector(const std::string &tag, const std::string &label)
: PWidget(tag, _container = new QWidget)
Expand Down
1 change: 1 addition & 0 deletions apps/vaporgui/PWidget.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "PWidget.h"
#include <assert.h>
#include <vapor/VAssert.h>
#include <vapor/ParamsBase.h>
#include <vapor/ParamsMgr.h>
Expand Down
3 changes: 0 additions & 3 deletions apps/vaporgui/PythonVariablesGUI.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1120,9 +1120,6 @@
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="tabStopDistance">
<number>40</number>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit 961ce70

Please sign in to comment.