aliens

Author Topic: I see this during compilation. Should I worry?  (Read 240 times)

Offline Alpha Centauri Bear

  • Colonel
  • ****
  • Posts: 466
    • View Profile
I see this during compilation. Should I worry?
« on: December 13, 2023, 12:41:40 am »
I see this during compilation. Should I worry?
Code: [Select]
1>SDLmain.lib(SDL_win32_main.obj) : warning LNK4099: PDB '' was not found with 'SDLmain.lib(SDL_win32_main.obj)' or at ''; linking object as if no debug info

Online Yankes

  • Commander
  • *****
  • Posts: 3210
    • View Profile
Re: I see this during compilation. Should I worry?
« Reply #1 on: December 13, 2023, 01:15:44 am »
This is warning, if your change do not introduce it, then it should be in most cases safe.

Offline Alpha Centauri Bear

  • Colonel
  • ****
  • Posts: 466
    • View Profile
Re: I see this during compilation. Should I worry?
« Reply #2 on: December 13, 2023, 01:23:42 am »
It was there before. However, I don't like warnings those I don't understand. So if someone knows how to fix this, I would very much appreciate the pointer.
😀