Changeset 850aff1 for driver


Ignore:
Timestamp:
Feb 9, 2022, 3:51:38 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
a986807
Parents:
a554e5f4
Message:

Added -Werror=return-type EVERYWHERE!
Added -Wextra in some places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/Makefile.am

    ra554e5f4 r850aff1  
    1919
    2020# applies to both programs
    21 AM_CXXFLAGS = @HOST_FLAGS@ -Wall -O2 -g -std=c++14 -I${abs_top_srcdir}/src -I${abs_top_srcdir}/src/include
     21AM_CXXFLAGS = @HOST_FLAGS@ -Wall -Wextra -Werror=return-type -O2 -g -std=c++14 -I${abs_top_srcdir}/src -I${abs_top_srcdir}/src/include
    2222
    2323# don't install cfa directly
Note: See TracChangeset for help on using the changeset viewer.