mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Resolve various unimportant warning messages from Gcc, Clang and Icpc
This commit is contained in:
@ -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++
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
PFLAGS =
|
||||
PINC = -I$(MPI_ROOT)/include
|
||||
PINC = -isystem $(MPI_ROOT)/include
|
||||
PLIBS = -L$(MPI_ROOT)/lib/$(MPI_ARCH) -lmpi
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user