forked from OpenDDS/OpenDDS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.ini
More file actions
15 lines (12 loc) · 734 Bytes
/
build.ini
File metadata and controls
15 lines (12 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Clang]
warning=-Wall -Wpedantic -Wno-unused -Wextra -Wcast-align -Wcast-qual -Wdisabled-optimization -Wformat=2 -Winit-self -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wstrict-overflow=5 -Wundef
error=-Werror
[AppleClang]
warning=-Wall -Wpedantic -Wno-unused -Wextra -Wcast-align -Wcast-qual -Wdisabled-optimization -Wformat=2 -Winit-self -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wstrict-overflow=5 -Wundef
error=-Werror
[GNU]
warning=-Wall -Wpedantic -Wno-unused -Wextra -Wcast-align -Wcast-qual -Wdisabled-optimization -Wformat=2 -Winit-self -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wstrict-overflow=5 -Wundef
error=-Werror
[MSVC]
warning=/W4
error=/WX