Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
1ac54842
Commit
1ac54842
authored
4 years ago
by
Rye Mutt
Browse files
Options
Downloads
Patches
Plain Diff
Remove deprecation supressions
parent
95c8f764
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
indra/cmake/00-Common.cmake
+1
-1
1 addition, 1 deletion
indra/cmake/00-Common.cmake
indra/llwindow/CMakeLists.txt
+0
-8
0 additions, 8 deletions
indra/llwindow/CMakeLists.txt
indra/newview/llfilepicker.h
+0
-7
0 additions, 7 deletions
indra/newview/llfilepicker.h
with
1 addition
and
16 deletions
indra/cmake/00-Common.cmake
+
1
−
1
View file @
1ac54842
...
...
@@ -273,7 +273,7 @@ if (DARWIN)
add_definitions
(
-DLL_DARWIN=1 -DGL_SILENCE_DEPRECATION
)
set
(
CMAKE_CXX_LINK_FLAGS
"-Wl,-headerpad_max_install_names,-search_paths_first"
)
set
(
CMAKE_SHARED_LINKER_FLAGS
"
${
CMAKE_CXX_LINK_FLAGS
}
"
)
set
(
DARWIN_extra_cstar_flags
"-gdwarf-2 -Wno-unused-local-typedef
-Wno-deprecated-declarations
"
)
set
(
DARWIN_extra_cstar_flags
"-gdwarf-2 -Wno-unused-local-typedef"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
${
DARWIN_extra_cstar_flags
}
"
)
set
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
${
DARWIN_extra_cstar_flags
}
"
)
# NOTE: it's critical that the optimization flag is put in front.
...
...
This diff is collapsed.
Click to expand it.
indra/llwindow/CMakeLists.txt
+
0
−
8
View file @
1ac54842
...
...
@@ -118,14 +118,6 @@ if (DARWIN)
llopenglview-objc.h
llappdelegate-objc.h
)
# We use a bunch of deprecated system APIs.
set_source_files_properties
(
llkeyboardmacosx.cpp
llwindowmacosx.cpp
PROPERTIES
COMPILE_FLAGS
"-Wno-deprecated-declarations -fpascal-strings"
)
endif
(
DARWIN
)
...
...
This diff is collapsed.
Click to expand it.
indra/newview/llfilepicker.h
+
0
−
7
View file @
1ac54842
...
...
@@ -54,19 +54,12 @@
#endif
#if LL_GTK
#if LL_GNUC
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
extern
"C"
{
// mostly for Linux, possible on others
#include
<gtk/gtk.h>
#include
<gdk/gdk.h>
#include
<gdk/gdkx.h>
}
#if LL_GNUC
#pragma GCC diagnostic pop
#endif // LL_GNUC
#endif // LL_GTK
class
LLFilePicker
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment