Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/redland/rasqal/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 423 B image not shown  

Quelle  clang-cl.patch   Sprache: unbekannt

 
Spracherkennung für: .patch vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

--- src/rasqal.h
+++ src/rasqal.h
@@ -99,7 +99,7 @@
 /* Use gcc 3.1+ feature to allow marking of deprecated API calls.
  * This gives a warning during compiling.
  */
-#if ( __GNUC__ == 3 && __GNUC_MINOR__ > 0 ) || __GNUC__ > 3
+#if (defined __GNUC__ && (( __GNUC__ == 3 && __GNUC_MINOR__ > 0 ) || __GNUC__ > 3)) || defined __clang__
 #define RASQAL_DEPRECATED __attribute__((deprecated))
 #else
 #define RASQAL_DEPRECATED

[ Dauer der Verarbeitung: 0.33 Sekunden  ]