Skip links

  • Skip to primary navigation
  • Skip to content
  • Skip to footer
SIDESTEP tigi44`s Blog
  • Categories
  • Tags
  • Years
    1. Home
    2. /
    3. Ios
    4. /
    5. [Xcode] Suppressing warning: incompatible pointer types
    tigi44

    tigi44

    iOS App & WEB App
    Developer

    • Pangyo, KR
    • GitHub

    [Xcode] Suppressing warning: incompatible pointer types

    February 17, 2021 less than 1 minute read

    On this page

    • Warning
    • Suppressing warning

    Warning

    warning

    Suppressing warning

    #pragma clang diagnostic push
    #pragma clang diagnostic ignored "-Wincompatible-pointer-types"
    
    // warning code
    
    #pragma clang diagnostic pop
    

    Suppressing warning

    Tags: iOS, Suppressing warning, Xcode

    Categories: iOS

    Updated: February 17, 2021

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    Leave a comment

    You may also enjoy

    [iOS] Custom UIFont with weight

    January 13, 2025 less than 1 minute read

    UIFont에서 weight값 코드로 변경하는 법

    [iOS] Communication and Time Sensitive Notifications

    December 20, 2024 2 minute read

    [iOS] Communication and Time Sensitive Notifications

    [iOS] MVVM+Combine input/output Pattern

    October 18, 2024 1 minute read

    MVVM+Combine input/output Pattern

    [WWDC24] Keynote

    June 11, 2024 2 minute read

    WWDC24 Keynote

    • Follow:
    • GitHub
    • Feed
    © 2025 tigi44. Powered by Jekyll & Minimal Mistakes.