Resolve various unimportant warning messages from Gcc, Clang and Icpc

This commit is contained in:
Henry Weller
2015-07-19 11:31:49 +01:00
parent beb92b4fa8
commit 36ae54f803
129 changed files with 409 additions and 260 deletions

View File

@ -2,8 +2,8 @@ SUFFIXES += .C
c++WARN = -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof
# Suppress CGAL warnings
c++CGALWARN =
# Suppress some warnings for flex++ and CGAL
c++LESSWARN =
CC = g++

View File

@ -1,3 +1,3 @@
PFLAGS =
PINC = -I$(MPI_ROOT)/include
PINC = -isystem $(MPI_ROOT)/include
PLIBS = -L$(MPI_ROOT)/lib/$(MPI_ARCH) -lmpi

View File

@ -1,3 +1,3 @@
PFLAGS = -DMPICH_SKIP_MPICXX
PINC = -I$(MPI_ARCH_PATH)/include
PINC = -isystem $(MPI_ARCH_PATH)/include
PLIBS = -L$(MPI_ARCH_PATH)/lib -lmpich -lrt -laio