Questions tagged [linker-warning]

Messages emitted by a linker which indicate potential problems in code or (more often) configuration.

Linker warnings typically flag linker issues that could potentially cause problems or unintended results, but for lack of context the linker cannot declare absolutely that the result will be flawed or undesirable.

63 questions
0
votes
1 answer

Adding the sdwebImage framework to the projectes show Apple Mac-O linker error?

in my projects when i tried to add the sdWebImage Framework show the Mac-O linker Error the error is directory not found for option '-F/Users/9Atoms/Desktop/Alfred Consumer/October/Alfred-21/Alfred_Waiter/../../../../Documents/FacebookSDK' …
user2230971
  • 287
  • 1
  • 7
  • 22
0
votes
2 answers

How can i generate a simple linker warning in the Linux kernel?

I have turned on the ld option --fatal-warning in the linux kernel. How can I generate a simple linker warning to test this feature?
Tulip
  • 183
  • 2
  • 8
-1
votes
2 answers

how to remove --enable-auto-import warning using cmake

im getting this linker warning. how do i fix it using cmake? here's my root CMakeLists.txt: # CMakeLists.txt / cmake_minimum_required(VERSION…
Musaffa
  • 702
  • 8
  • 14
1 2 3 4
5