diff options
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/CMakeLists.txt | 13 | ||||
| -rw-r--r-- | fluid/tools/autodoc.cxx | 2 |
2 files changed, 1 insertions, 14 deletions
diff --git a/fluid/CMakeLists.txt b/fluid/CMakeLists.txt index bb28c2b9a..d1900b297 100644 --- a/fluid/CMakeLists.txt +++ b/fluid/CMakeLists.txt @@ -255,16 +255,3 @@ if(UNIX) ) endforeach() endif(UNIX) - -# Additional warnings during development - -if(APPLE) - if (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang") - target_compile_options(fluid-lib PRIVATE - -Wall -Wextra -Wpedantic -Werror - -Wno-zero-as-null-pointer-constant - -Wno-missing-field-initializers - -Wno-unused-parameter - ) - endif() -endif(APPLE) diff --git a/fluid/tools/autodoc.cxx b/fluid/tools/autodoc.cxx index c87b59bc2..d7d8b14e4 100644 --- a/fluid/tools/autodoc.cxx +++ b/fluid/tools/autodoc.cxx @@ -418,7 +418,7 @@ void run_autodoc(const std::string &target_dir) { // explain widget browser // explain widget browser entry Fluid.main_window->size(350, 320); - fl_snapshot((target_dir + "Fluid.main_window.png").c_str(), Fluid.main_window, win_margin, win_blend); + fl_snapshot((target_dir + "main_window.png").c_str(), Fluid.main_window, win_margin, win_blend); fl_snapshot((target_dir + "main_menubar.png").c_str(), Fluid.main_menubar, row_margin, row_blend); fl_snapshot((target_dir + "main_browser.png").c_str(), widget_browser, FL_SNAP_AREA_CLEAR, Fl_Rect(0, 30, FL_SNAP_TO_WINDOW, 100), row_blend, 2.0); |
