forked from ofiwg/libfabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Travis CI treat warnings as errors and fix compiler warnings
- travis CI: Treat warnings as errors. Also break long lines. - Fix following gcc warnings: - ‘for’ loop initial declarations are only allowed in C99 mode src/var.c:131:2: note: use option -std=c99 or -std=gnu99 to compile your code - prov/verbs: Fix uninitialized variable issue introduced by commit 6ae1b56 Signed-off-by: Arun C Ilango <[email protected]>
- Loading branch information
Arun C Ilango
committed
Jun 5, 2017
1 parent
35c696d
commit c07b4c3
Showing
4 changed files
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters