Skip to content
Snippets Groups Projects
  1. Apr 03, 2024
  2. Apr 02, 2024
    • Enrico Weigelt, metux IT consult .'s avatar
      config: fix wscons backend on NetBSD · 272e2915
      
      Compiler gives warning:
      
          ../config/wscons.c: At top level:
          ../config/wscons.c:262:1: warning: no previous prototype for ‘config_wscons_init’ [-Wmissing-prototypes]
            262 | config_wscons_init(void)
                | ^~~~~~~~~~~~~~~~~~
          ../config/wscons.c:270:1: warning: no previous prototype for ‘config_wscons_fini’ [-Wmissing-prototypes]
            270 | config_wscons_fini(void)
                | ^~~~~~~~~~~~~~~~~~
      
      Problem is: commit bcee84c3 wanted to enable
      wscons support on NetBSD, but only added compiling config/wscons.c, but didn't
      enable setting the CONFIG_WSCONS symbol, so it won't be called at all.
      
      Fixes: bcee84c3
      Signed-off-by: Enrico Weigelt, metux IT consult .'s avatarEnrico Weigelt, metux IT consult <info@metux.net>
      Part-of: <!1450>
      272e2915
  3. Apr 01, 2024
  4. Mar 28, 2024
  5. Mar 25, 2024
  6. Mar 23, 2024
  7. Mar 22, 2024
  8. Mar 21, 2024
  9. Mar 20, 2024
Loading