Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Fix compiler warnings #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 30, 2020

  1. cmake: Update CMake minimal required version

    Set C++14 required standard for C++
    
    Signed-off-by: Alexander Livenets <alivenets@zoho.eu>
    Alexander Livenets committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    83522ee View commit details
    Browse the repository at this point in the history
  2. chore: Fix compiler warnings

    Fix "-Wsizeof-pointer-div", use `std::vector` with contiguous storage.
    
    Ignore "-Wformat-nonliteral" for snprintf and nonliteral format strings.
    
    Add and fix "-Wformat-truncation", by extending array size.
    
    Remove unknown warning "-Wno-vla-extension".
    
    Remove unknown warning "-Wno-gnu-zero-variadic-macro-arguments".
    
    Signed-off-by: Alexander Livenets <alivenets@zoho.eu>
    Alexander Livenets committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    e1081f2 View commit details
    Browse the repository at this point in the history
  3. proj: Increment patch level version

    Signed-off-by: Alexander Livenets <alivenets@zoho.eu>
    Alexander Livenets committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    a58b470 View commit details
    Browse the repository at this point in the history