Skip to content
Snippets Groups Projects
  • hluk's avatar
    34a83c6b
    Refactor strict compiler warnings · 34a83c6b
    hluk authored
    Fixes compiler warnings.
    
    Sets strict compiler flags only for non-generated non-external sources.
    
    Removes "-Werror" compiler flag so that compilation doesn't stop after a
    warning. The flag makes development very difficult. Occasionally, it's a
    good idea to check CI build output -- GitHub Actions list the warnings
    very well.
    34a83c6b
    History
    Refactor strict compiler warnings
    hluk authored
    Fixes compiler warnings.
    
    Sets strict compiler flags only for non-generated non-external sources.
    
    Removes "-Werror" compiler flag so that compilation doesn't stop after a
    warning. The flag makes development very difficult. Occasionally, it's a
    good idea to check CI build output -- GitHub Actions list the warnings
    very well.