Skip to content

Commit 88d8400

Browse files
mconcasktf
authored andcommitted
Fix Format
1 parent f6c7f18 commit 88d8400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Rules and instructions are available in the repository
6161

6262
### Enable C++ compiler warnings
6363

64-
Currently O2 is built with minimal compiler warnings enabled. This is going to change in the near future. In the transition period, developers have to manualy enable warnings by building O2 with `ALIBUILD_O2_WARNINGS` environment variable set e.g. using the `-e` option of `alibuild` e.g:
65-
```bash
64+
Currently O2 is built with minimal compiler warnings enabled. This is going to change in the near future. In the transition period, developers have to manualy enable warnings by building O2 with `ALIBUILD_O2_WARNINGS` environment variable set e.g. using the `-e` option of `alibuild` e.g:
65+
```bash
6666
aliBuild build --debug -e ALIBUILD_O2_WARNINGS=1 --defaults o2 O2
67-
```
67+
```
6868
A helper script that extracts warnings from the build log skipping duplicates is available [here](https://github.com/AliceO2Group/AliceO2/blob/dev/scripts/filter-warnings.sh)

0 commit comments

Comments
 (0)