Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToolsDevler <info@toolsdevler.net>2020-12-23 00:19:12 +0300
committerToolsDevler <info@toolsdevler.net>2020-12-31 03:03:58 +0300
commit3bb72d0267742c9340c0339c434084d74149d63e (patch)
tree9ac6b0de70d84b3586a977fe92feeb13dcbe668a
parent61d669e526c301967c1baa0a83c4a1de289da754 (diff)
WIP: Removed VS Code file
-rw-r--r--.vscode/settings.json8
-rw-r--r--CMakeLists.txt2
l---------Objects1
3 files changed, 0 insertions, 11 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 44ddd4829..000000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "files.associations": {
- "typeinfo": "c",
- "remmina_plugin_python_module.h": "c",
- "type_traits": "c"
- },
- "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
-} \ No newline at end of file
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e17ce8c20..839faed54 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -185,7 +185,6 @@ if(${CMAKE_C_COMPILER_ID} STREQUAL "Clang")
endif()
endif()
endif()
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -w")
check_include_files(sys/socket.h HAVE_SYS_SOCKET_H)
check_include_files(arpa/inet.h HAVE_ARPA_INET_H)
@@ -304,7 +303,6 @@ add_custom_target(uninstall "${CMAKE_COMMAND}" -P
find_required_package(GTK)
set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
-
find_package(Threads REQUIRED)
if(NOT CMAKE_USE_PTHREADS_INIT)
message(FATAL_ERROR "pthreads thread library not found")
diff --git a/Objects b/Objects
deleted file mode 120000
index 9fb5da2d1..000000000
--- a/Objects
+++ /dev/null
@@ -1 +0,0 @@
-cpython/Objects \ No newline at end of file